doc: Add release notes for 22570 (ignore banlist.dat) #22603
pull MarcoFalke wants to merge 1 commits into bitcoin:master from MarcoFalke:2108-docBanlistDatIgnore changing 1 files +10 −0-
MarcoFalke commented at 2:20 pm on August 2, 2021: memberFollow-up to #22570
-
MarcoFalke added this to the milestone 23.0 on Aug 2, 2021
-
in doc/release-notes.md:73 in fae540b70a outdated
65@@ -66,6 +66,13 @@ 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. Bitcoin Core version 22.x is the only version that
jonatack commented at 2:23 pm on August 2, 2021:(if I’m understanding your intention here)
0 `banlist.dat` is ignored. Bitcoin Core version 22.x is the last version that
flack commented at 2:27 pm on August 2, 2021:it’s the last version that can read .dat and the only version that can read .dat and write to .json, so you’re both right :-) Maybe just split it into two separate clauses?vasild approvedvasild commented at 2:30 pm on August 2, 2021: memberACK fae540b70ae41db08a5999c621fdd896dca8d423flack commented at 2:31 pm on August 2, 2021: contributorDoes this need some more generic notice for upgrades from older versions? I.e. if you upgrade from .21 or earlier directly to 23.x, you will lose your banlist data, unless you upgrade to 22.x first and let it convert it, right?laanwj commented at 2:45 pm on August 2, 2021: memberif you upgrade from .21 or earlier directly to 23.x, you will lose your banlist data,
As I understand it you won’t actually lose the data, it will just become inaccessible, but the
.dat
will still be there. Which is good. Someone who notices it later could ostensibly download0.21.x
and run it once to convert the file.flack commented at 2:51 pm on August 2, 2021: contributoryes, but by the time they notice, a new json might already have been created with some new entries, and then you’d have to merge it somehow (or lose the new entries). Not a huge deal I guess, but it couldn’t hurt to spell out that scenario in the release notes. At least then you’ll have something to point to if someone opens a bug report about how their banlist is gone :-).MarcoFalke force-pushed on Aug 2, 2021DrahtBot added the label Docs on Aug 2, 2021MarcoFalke commented at 3:46 pm on August 2, 2021: memberPushed a more verbose versionvasild approvedvasild commented at 3:51 pm on August 2, 2021: memberACK fa7a93ada2df8d88c9cd411b441110ae6ddec2c0doc: Add release notes for 22570 (ignore banlist.dat) fa2c868886in doc/release-notes.md:75 in fa7a93ada2 outdated
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 in `banlist.json`. If `banlist.json` already exsits, version 22.x will not
flack commented at 3:52 pm on August 2, 2021:exsits => exists
and maybe “write it to” instead of “write it in” ?
MarcoFalke commented at 3:54 pm on August 2, 2021:Done, thxMarcoFalke force-pushed on Aug 2, 2021vasild approvedvasild commented at 4:09 pm on August 2, 2021: memberACK fa2c868886a52352631d32c398d98a2740639e86tryphe commented at 4:27 am on August 3, 2021: contributorACK fa2c868886a52352631d32c398d98a2740639e86Zero-1729 approvedZero-1729 commented at 4:36 am on August 3, 2021: contributorACK fa2c868886a52352631d32c398d98a2740639e86in doc/release-notes.md:73 in fa2c868886
65@@ -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
jonatack commented at 8:18 am on August 3, 2021:suggestions:
- “(via the
setban
RPC or the GUI peers tab)” - “is now ignored and
banlist.json
is read instead.` - s/double check/verify/
- s/22.x is/22.x was/ (if this is for the v23.0 release notes)
MarcoFalke commented at 7:24 am on August 4, 2021:might do if I have to retouch. Otherwise this can be edited in the wiki in about 6 monthsMarcoFalke merged this on Aug 4, 2021MarcoFalke closed this on Aug 4, 2021
MarcoFalke deleted the branch on Aug 4, 2021sidhujag referenced this in commit 6cb8e022bc on Aug 4, 2021DrahtBot locked this on Aug 16, 2022
github-metadata-mirror
This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2024-11-23 12:12 UTC
This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me