doc: Add release notes for 22570 (ignore banlist.dat)

This commit is contained in:
MarcoFalke 2021-08-02 16:37:49 +02:00
parent b620b2d58a
commit fa2c868886
No known key found for this signature in database
GPG Key ID: CE2B75697E69A548

View File

@ -66,6 +66,16 @@ New RPCs
Build System
------------
Files
-----
* On startup, the list of banned hosts and networks (via `setban` RPC) in
`banlist.dat` is ignored and only `banlist.json` is considered. Bitcoin Core
version 22.x is the only version that can read `banlist.dat` and also write
it to `banlist.json`. If `banlist.json` already exists, version 22.x will not
try to translate the `banlist.dat` into json. After an upgrade, `listbanned`
can be used to double check the parsed entries. (#22570)
New settings
------------