Skip to content

BoNwards wave 44

Compare
Choose a tag to compare
@iulianpascalau iulianpascalau released this 24 Apr 17:52
12a3c9f

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