aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes.md
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2021-08-02 16:37:49 +0200
committerMarcoFalke <falke.marco@gmail.com>2021-08-02 17:54:15 +0200
commitfa2c868886a52352631d32c398d98a2740639e86 (patch)
tree15a25eddc1c27120df0b4f50501efe35877c8e21 /doc/release-notes.md
parentb620b2d58a55a88ad21da70cb2000863ef17b651 (diff)
downloadbitcoin-fa2c868886a52352631d32c398d98a2740639e86.tar.xz
doc: Add release notes for 22570 (ignore banlist.dat)
Diffstat (limited to 'doc/release-notes.md')
-rw-r--r--doc/release-notes.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index cf9edd9b08..f46e9e52c7 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -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
------------