Skip to content

Releases: orbs-network/orbs-network-go

Add log files

22 Sep 07:37
0236cc6
Compare
Choose a tag to compare

More logs

Bugfixes

19 Aug 09:27
d217bcc
Compare
Choose a tag to compare

Revert Metrics back to not contains status fields
Stopped auto save logs to local file
Reconnect timeout default to 1 minute

Fix missing default port

12 Aug 15:12
544aace
Compare
Choose a tag to compare
v2.0.3

Merge pull request #1618 from orbs-network/feature/disable-release-to…

Beta v2.0.2

11 Aug 11:18
a3f7be2
Compare
Choose a tag to compare

Updated & Added some metrics. changed structure to nested json
Clean up some configs to be defaults
.

Beta Release (v2.0.1)

26 Jul 13:43
b4df966
Compare
Choose a tag to compare

Fix addressing scheme to be EIP-55 compliant
Fix issue with adding Tx to use last block reftime.

Beta Release

22 Jul 09:54
5685132
Compare
Choose a tag to compare
Merge pull request #1607 from orbs-network/feature/precheck/logging

adding pre checks for logging in entry point

Beta version for V2

21 Jul 11:44
5685132
Compare
Choose a tag to compare

Minor improvements of 1.3.16 after staging tests
*) fix sync and genesis bugs discovered in staging
*) Revised local logging architecture
*) refactor to remove "old" config of genesis nodes and network
*) refactor metrics

Notes
this version include few known issues - pay attention when deploying:

  1. sync in descending order:
    either use regular syn (ascending order) or provide infinite grace time in config (BLOCK_SYNC_REFERENCE_MAX_ALLOWED_DISTANCE) as private mode - to facilitate the blockchain tip verification

  2. tx preorder checks
    avoid changing config MANAGEMENT_NETWORK_LIVENESS_TIMEOUT (current default is infinite) as this will result in a verification bug and reject txs

Reputation, Weighted Lean-Helix

12 Jul 15:34
6c8d44a
Compare
Choose a tag to compare
  1. Reputation: cap changed + clear reputation when leaving committee.
  2. Contract SDK : add env.getNextBlockCommittee, make it and env.getBlockProposerAddresss only for trigger
  3. Contract SDK: disable ability to call Ethereum from contracts
  4. Weighted Lean helix - weights moved from management to lean helix lib
  5. Several bug fixes #1582, Reduce memory usage during sync.

Descending Sync + Historical Mgmt Service

05 Jul 12:17
132a85b
Compare
Choose a tag to compare
  1. Internode Block Sync now progresses in descending height order.
  2. Local persistence storage supports interleaved sequence of blocks with asc and desc heights.
  3. Management Service now supports cache read for historical reference times
  4. Management Service now supports block-time based advances of reference time to next possible event
  5. Health check for swarm and status.json file supported.

Election Count Only Locked after 10368900

11 Jun 08:24
10bc77a
Compare
Choose a tag to compare

Starting after election on Ethereum block height 10368900 (around 30/6/2020) consider only locked tokens for elections.