diff options
author | stratospher <44024636+stratospher@users.noreply.github.com> | 2023-10-03 10:35:14 +0530 |
---|---|---|
committer | stratospher <44024636+stratospher@users.noreply.github.com> | 2023-10-04 08:34:32 +0530 |
commit | bf589a50a0d6a7b94f1ba1ddf24a1497fd35ad44 (patch) | |
tree | b927c88b9cabab0f7efe2d24f04eb1407fa928cc /doc/release-notes | |
parent | 3931e6abc39b8aee1472028dbf76eeb10708d2b4 (diff) |
doc: add release notes for #27511
Diffstat (limited to 'doc/release-notes')
-rw-r--r-- | doc/release-notes/release-notes-27511.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/release-notes/release-notes-27511.md b/doc/release-notes/release-notes-27511.md new file mode 100644 index 0000000000..b5c0847e31 --- /dev/null +++ b/doc/release-notes/release-notes-27511.md @@ -0,0 +1,6 @@ +New RPCs +-------- + +- A new RPC `getaddrmaninfo` has been added to view the distribution of addresses in the new and tried table of the + node's address manager across different networks(ipv4, ipv6, onion, i2p, cjdns). The RPC returns count of addresses + in new and tried table as well as their sum for all networks. (#27511) |