Skip to content

v1.0.130

Choose a tag to compare

@iulianpascalau iulianpascalau released this 11 Jun 21:22
· 23780 commits to master since this release
713cd22

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