Skip to content

Commit fa2c868

Browse files
author
MarcoFalke
committed
doc: Add release notes for 22570 (ignore banlist.dat)
1 parent b620b2d commit fa2c868

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/release-notes.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,16 @@ New RPCs
6666
Build System
6767
------------
6868

69+
Files
70+
-----
71+
72+
* On startup, the list of banned hosts and networks (via `setban` RPC) in
73+
`banlist.dat` is ignored and only `banlist.json` is considered. Bitcoin Core
74+
version 22.x is the only version that can read `banlist.dat` and also write
75+
it to `banlist.json`. If `banlist.json` already exists, version 22.x will not
76+
try to translate the `banlist.dat` into json. After an upgrade, `listbanned`
77+
can be used to double check the parsed entries. (#22570)
78+
6979
New settings
7080
------------
7181

0 commit comments

Comments
 (0)