github multiversx/mx-chain-go v1.0.124

latest releases: v1.7.10, v1.7.9, v1.7.8...
3 years ago

Release v1.0.124 is out 🚀

What's new:

  • #1850 Added "jailed" nodes list in order to display these in the explorer.
  • #1847 Added nonce metrics in network status end point: erd_nonce_at_epoch_start - the nonce of the epoch start block and erd_nonces_passed_in_current_epoch - how many nonces have passed from the epoch start until current time.

Bug fixes:

  • #1848 Fixed consensus group is null message, removed unused code.
  • #1849 Fixed public key not found error message in process and consensus packages: when the node gets shuffled out there is still some time it stays in the previous assigned shard. During this period there is an inconsistency between the shard coordinator shard id (old shardid) and the nodes coordinator shard id (new shardid) which causes the indexing of round/block info to signal an error when trying to find the consensus group nodes indexes computed according to the shard coordinator shard ID among the node coordinator nodes on the nodes coordinator reported shard.
  • #1852 Fixed initialization of the p2pBlackListProcessor with the correct time span, fixed timecache sweeping process by iterating all elements because some of them might have different span values. The timacache implementation can double-add now, replacing the existing value, changed some logger identifiers for libp2p's external libraries
  • #1846 changed the log.Warn that stated there is no view for the current node.

Don't miss a new mx-chain-go release

NewReleases is sending notifications on new releases.