We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 513e107 + fa2c868 commit 2b06af1Copy full SHA for 2b06af1
doc/release-notes.md
@@ -66,6 +66,16 @@ New RPCs
66
Build System
67
------------
68
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
79
New settings
80
81
0 commit comments