github multiversx/mx-chain-go v1.0.127

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

Release v1.0.127 is out 🚀

What's new:

  • #1868 Added port range capability for the node. In p2p.toml file, Port option will now accept single values, like "13013", "0" or a range like "37373-38383" that will tell the node to choose randomly a value in the [37373-38383] interval.
  • #1872 Made metrics related to nonce and round at epoch start persistent.
  • #1881 Added a BLS single signing and verification benchmark in order to measure the time a BLS signature is composed/verified on multiple platforms.
  • #1861 Antiflood: added an out-of-specs flood preventer that will protect the node against extremely high loads; added antiflood debugger to display antiflood events.

Bug fixes:

  • #1878 Added a seednode ulimit protection to avoid the situation when a seednode can not accept new connections because it has a value too low for the maximum allowed files to be open (ulimit value).
  • #1870 Added an extra message ID cacher in network messenger to avoid a p2p message re-broadcast issue.
  • #1861 Replaced blackListHandler with peerBlackListHandler in antiflood package and fixed a bug related to the fact that a string parameter got different represantations of the same value.

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.