github multiversx/mx-chain-go v1.0.136

latest releases: v1.8.2, v1.8.1, v1.8.0...
4 years ago

Release v1.0.136 is out 🚀

What's new:

  • #2039 Prune code on remove account: when an account is removed, also remove the code (or decrease numReferences).
  • #2051 Changed txData for the relayed transaction to be unmarshaled with txSignMarshalizer through json.
  • #2058 Multitiple save key value: allow saving multiple key values through builtInFunctions with the same transaction.
  • #2059 Added extra memory parameters in node/stats (heap in use, stack in use) useful for monitoring (zabbix): erd_mem_heap_inuse, erd_mem_stack_inuse.
  • #2061 Add duration measurement for blockchain hooks.

Bug fixes:

  • #2063 Fixed empty trie root hash sync. This root hash containing 32 zeros is not supposed to be synced.
  • #2043 To avoid too much time lost on commit block due to scheduling, the saving of block data is done in same routine.
    Refactored the mutex usage in pruning storer.

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.