Skip to content

Commit ce6bca8

Browse files
committed
doc: release note for getnodeaddresses by network
1 parent 3f89c0e commit ce6bca8

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

doc/release-notes.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,12 @@ Updated RPCs
108108
Respectively, these new fields indicate the duration of a ban and the time remaining until a ban expires,
109109
both in seconds. Additionally, the `ban_created` field is repositioned to come before `banned_until`. (#21602)
110110

111+
- The `getnodeaddresses` RPC now returns a "network" field indicating the
112+
network type (ipv4, ipv6, onion, or i2p) for each address. (#21594)
113+
114+
- `getnodeaddresses` now also accepts a "network" argument (ipv4, ipv6, onion,
115+
or i2p) to return only addresses of the specified network. (#21843)
116+
111117
Changes to Wallet or GUI related RPCs can be found in the GUI or Wallet section below.
112118

113119
New RPCs
@@ -130,9 +136,6 @@ Changes to Wallet or GUI related settings can be found in the GUI or Wallet sect
130136

131137
- Passing an invalid `-rpcauth` argument now cause bitcoind to fail to start. (#20461)
132138

133-
- The `getnodeaddresses` RPC now returns a "network" field indicating the
134-
network type (ipv4, ipv6, onion, or i2p) for each address. (#21594)
135-
136139
Tools and Utilities
137140
-------------------
138141

0 commit comments

Comments
 (0)