github multiversx/mx-chain-go v1.0.131

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

Release v1.0.131 is out 🚀

What's new:

  • #1942 Added a new functionality on peer blacklist handler that will update the ban duration if the ban duration is higher than existing.
  • #1935 Implemented a mechanism in termui application that keeps trying to re-connect to the node when log messages are not received anymore. this could have happened when the node was shuffled out or was simply stopped.

Bug fixes:

  • #1931 Fixed situation when meta block which confirms the start of epoch meta block was rejected by shards because EpochStartPrepare was not executed yet.
  • #1942 Removed self ban situation when observers try to send more data than can handle
  • #1914 Status of transactions that are indexed in elasticserach database remained Pending because cross shard transactions was indexed first by the observer from destination shard and after that was indexed again by the observer from source shard. This happens because observer from source shard was behind. Fix: before index a transaction an extra check was added to verify if transaction exists in database.

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.