Releases: orbs-network/orbs-network-go
Add log files
More logs
Bugfixes
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
v2.0.3 Merge pull request #1618 from orbs-network/feature/disable-release-to…
Beta v2.0.2
Updated & Added some metrics. changed structure to nested json
Clean up some configs to be defaults
.
Beta Release (v2.0.1)
Fix addressing scheme to be EIP-55 compliant
Fix issue with adding Tx to use last block reftime.
Beta Release
Merge pull request #1607 from orbs-network/feature/precheck/logging adding pre checks for logging in entry point
Beta version for V2
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:
-
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 -
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
- Reputation: cap changed + clear reputation when leaving committee.
- Contract SDK : add env.getNextBlockCommittee, make it and env.getBlockProposerAddresss only for trigger
- Contract SDK: disable ability to call Ethereum from contracts
- Weighted Lean helix - weights moved from management to lean helix lib
- Several bug fixes #1582, Reduce memory usage during sync.
Descending Sync + Historical Mgmt Service
- Internode Block Sync now progresses in descending height order.
- Local persistence storage supports interleaved sequence of blocks with asc and desc heights.
- Management Service now supports cache read for historical reference times
- Management Service now supports block-time based advances of reference time to next possible event
- Health check for swarm and status.json file supported.
Election Count Only Locked after 10368900
Starting after election on Ethereum block height 10368900 (around 30/6/2020) consider only locked tokens for elections.