aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2021-08-04 17:50:05 +0200
committerMarcoFalke <falke.marco@gmail.com>2021-08-04 17:50:09 +0200
commit2b06af17470667a9c9ee68cb241936839b46bc33 (patch)
treeb2fbae4f9018b515f6bada515ec181b91c049ffc
parent513e1071a189ccbc65de98b6ee1a4fd17bb04af7 (diff)
parentfa2c868886a52352631d32c398d98a2740639e86 (diff)
downloadbitcoin-2b06af17470667a9c9ee68cb241936839b46bc33.tar.xz
Merge bitcoin/bitcoin#22603: doc: Add release notes for 22570 (ignore banlist.dat)
fa2c868886a52352631d32c398d98a2740639e86 doc: Add release notes for 22570 (ignore banlist.dat) (MarcoFalke) Pull request description: Follow-up to #22570 ACKs for top commit: tryphe: ACK fa2c868886a52352631d32c398d98a2740639e86 vasild: ACK fa2c868886a52352631d32c398d98a2740639e86 Zero-1729: ACK fa2c868886a52352631d32c398d98a2740639e86 Tree-SHA512: 58eef340b6211bcdecf3826ac145afd476c397f110daa6783521c0c1e1be1ffbd2d24ad20c77921abbe5cdb8e644d3cd64e14e2819746cf0e5123fb7cc445d63
-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
------------