diff options
author | Jon Atack <jon@atack.com> | 2021-05-03 21:09:21 +0200 |
---|---|---|
committer | Jon Atack <jon@atack.com> | 2021-05-19 13:06:06 +0200 |
commit | ce6bca88e8c685c69686e0b8dc095ffc3e2ac34d (patch) | |
tree | 651ad1612d4f8f37bacf20d81bbc4fc958ad1fd5 | |
parent | 3f89c0e9902338ad8a507a938dceeeb3191eece6 (diff) |
doc: release note for getnodeaddresses by network
-rw-r--r-- | doc/release-notes.md | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index 5c70bc91db..53106c9f82 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -108,6 +108,12 @@ Updated RPCs Respectively, these new fields indicate the duration of a ban and the time remaining until a ban expires, both in seconds. Additionally, the `ban_created` field is repositioned to come before `banned_until`. (#21602) +- The `getnodeaddresses` RPC now returns a "network" field indicating the + network type (ipv4, ipv6, onion, or i2p) for each address. (#21594) + +- `getnodeaddresses` now also accepts a "network" argument (ipv4, ipv6, onion, + or i2p) to return only addresses of the specified network. (#21843) + Changes to Wallet or GUI related RPCs can be found in the GUI or Wallet section below. New RPCs @@ -130,9 +136,6 @@ Changes to Wallet or GUI related settings can be found in the GUI or Wallet sect - Passing an invalid `-rpcauth` argument now cause bitcoind to fail to start. (#20461) -- The `getnodeaddresses` RPC now returns a "network" field indicating the - network type (ipv4, ipv6, onion, or i2p) for each address. (#21594) - Tools and Utilities ------------------- |