doc: add release notes for #26988

This commit is contained in:
stratospher 2023-03-13 13:14:54 +05:30
parent 675be93024
commit b3046cca71

View File

@ -0,0 +1,8 @@
Tools and Utilities
--------
- CLI -addrinfo now returns the full set of known addresses. In previous versions (v22.0 - v30.0) the set of returned
addresses was filtered for quality and recency. This was changed since it does not match the logic for selecting peers
to connect to, which does not filter. Note: CLI -addrinfo now requires bitcoind v26.0 or later, as it uses the
getaddrmaninfo RPC internally. Users querying older, unmaintained node versions would need to use an older bitcoin-cli
version. (#26988)