github multiversx/mx-chain-go v1.0.125

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

Release v1.0.125 is out 🚀

What's new:

  • #1855 Added erd_latest_tag_software_version metric to the network config endpoint.
  • #1818 Removed the following p2p components: libp2pConectionMonitor, kadDhtDiscoverer, hostDecorator, prioBitsSharder, simplePrioBitsSharder and 2 associated integration tests.
  • #1859 Added time measurements and alarms (log.Warn) for put in storer actions (saveBody, saveHeader, saveMetaHeader) from CommitBlock method, if these actions take more than 1 second.
  • #1774 Added transaction and transaction status API routes:
    • /transaction/:txhash - will return the transaction in json format (if found)
    • /transaction/:txhash/status - will return the transaction's status ("received", "executed" or "unknown")
    • /address/:address/key/:key - will return the value for a given key for an account

Bug fixes:

  • #1860 Fixed recreate trie after shuffle out: tries components and the used trie DBs were created before the start in epoch process with the shardID from the genesisConfig. In case of shuffle out, the new database was created with the new shardID, but in case of restarts the opened database was generated with the genesis shardID, thus no tries from new shard were saved there. The node would do an infinite loop trying to recreate tries.

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.