From fa2c868886a52352631d32c398d98a2740639e86 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Mon, 2 Aug 2021 16:37:49 +0200 Subject: doc: Add release notes for 22570 (ignore banlist.dat) --- doc/release-notes.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc/release-notes.md') 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 ------------ -- cgit v1.2.3