From 0538579abda87a2f0291123c1eac73957ac1d281 Mon Sep 17 00:00:00 2001 From: stratospher <44024636+stratospher@users.noreply.github.com> Date: Tue, 3 Oct 2023 10:35:14 +0530 Subject: [PATCH] doc: add release notes for #27511 --- doc/release-notes/release-notes-27511.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/release-notes/release-notes-27511.md diff --git a/doc/release-notes/release-notes-27511.md b/doc/release-notes/release-notes-27511.md new file mode 100644 index 00000000000000..b5c0847e31b7a6 --- /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)