github multiversx/mx-chain-go v1.0.113
BoNwards wave 47

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

Release v1.0.113 is out 🚀

What's new:

  • #1498 Added rewards for community: at the end of the epoch a percentage defined in config from the protocol rewards will be directed towards a community account.
  • #1496 Transactions stored in the datapool are now sorted by gas price if multiple transactions are found for the same sender and the same nonce.
  • #1492 Simplified the way staking/unstaking/unbonding and unjailing occur.
  • #1494 Cleanup: removed the address container interface and implementations as to simplify the method calls. Replaced with plain byte slice.

Bug fixes:

  • #1497 Fixed closing the bootstrap storage if an error occurred when trying to fetch initial data from that storage.
  • #1497 Added a fix to the levelDB implementation so close can be called multiple times.
  • #1497 Added waiting time and retries when opening a persister. This will prevent returning immediately when encountering the "resource temporarily unavailable" error.
  • #1503 Fixed edge case when received metablocks were added in cache before the block tracker initialization leading to perpetual requests of metablocks that were actually long time received.
  • #1503 Fixed the event timestamp in resolver debugger, transformed some log.Debug in log.Trace, changed the order of the nodesSetup fields.
  • #1492 Fixed saving the correct metablock in storage after bootstrap. Otherwise, the block tracker component would have behaved in an unpredictable way.
  • #1492 The node returns an error and stop if it can not synchronize the data trie.
  • #1492 Fixed trie snapshot to take the snapshot on the correct shard header (the shard header notarized by the tart-of-epoch metablock)

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.