diff options
author | MarcoFalke <falke.marco@gmail.com> | 2021-08-02 16:37:49 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2021-08-02 17:54:15 +0200 |
commit | fa2c868886a52352631d32c398d98a2740639e86 (patch) | |
tree | 15a25eddc1c27120df0b4f50501efe35877c8e21 /doc | |
parent | b620b2d58a55a88ad21da70cb2000863ef17b651 (diff) |
doc: Add release notes for 22570 (ignore banlist.dat)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes.md | 10 |
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 ------------ |