mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-04 18:22:57 +02:00
doc: add release notes for #26988
This commit is contained in:
8
doc/release-notes-26988.md
Normal file
8
doc/release-notes-26988.md
Normal 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)
|
||||
Reference in New Issue
Block a user