github multiversx/mx-chain-go v1.0.130

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

Release v1.0.130 is out 🚀

What's new:

  • #1918 added peer info route that will output information for a provided peer (or part of a peer) like: known addresses, its hex public key, if is black listed or not.
    Usage: http://127.0.0.1:8080/node/peerinfo?pid=kUQFEkXRs9DqvmKf. The pid query parameter can be a complete peer ID (16Uiu2HAmAzokH1ozUF52Vy3RKqRfCMr9ZdNDkUQFEkXRs9DqvmKf) or part of it (kUQFEkXRs9DqvmKf) or can be left blank (to show all known peers).
  • #1923 Some caches have been resized, reducing the effective in-use memory by 600 MB, after enough time passes.

Bug fixes:

  • #1922 Fixed return message for unBond function.
  • #1928 Save snapshot bug: when taking a trie snapshot, check only in the last snapshot DB if the snapshot was already taken.

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.