Skip to content

Commit

Permalink
doc: release note for getnodeaddresses by network
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatack committed May 19, 2021
1 parent 3f89c0e commit ce6bca8
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions doc/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
-------------------

Expand Down

0 comments on commit ce6bca8

Please sign in to comment.