github multiversx/mx-chain-go v1.0.110
BoNwards wave 44

latest releases: v1.7.11, v1.7.10, v1.7.9...
4 years ago

Release v1.0.110 is out 🚀

What's new:

  • Skip transaction revalidation in order to save CPU time
  • Added the metric in node/status rout that specify the current number of shards without metachain
  • Optimized trie nodes synchronization by requesting a batch of hash nodes instead of requesting one by one
  • Changed the validator key filename from initialNodesSk.pem to validatorKey.pem
  • The node removes the inactive observers from the heartbeat cache in a predefined time (usually 10 minutes)

Bug fixes:

  • Fixed concurrency issue in trie pruning and trie snapshoting: the trie snapshot and trie pruning for a certain root hash needed to be executed in this order. There was an edge case when the pruning occurred before the snapshot, the result being that the hashes needed for the snapshot were removed before they were saved in the snapshot, thus the error
  • Fixed a bug that prevented jurnalized data tries being deleted when reloading the trie from a previous hash
  • Fixed the peerType and shardID for the inactive inactive validators that were not updated during the offline period.

Note: This release should start with a new DB

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

NewReleases is sending notifications on new releases.