diff options
author | Jon Atack <jon@atack.com> | 2020-07-08 09:55:16 +0200 |
---|---|---|
committer | Jon Atack <jon@atack.com> | 2020-07-14 10:18:17 +0200 |
commit | 1a9f462caa63fa16d7b4415312d2032a42b3fe0b (patch) | |
tree | a6630c483f4b0fc6e6e8a971d60e546784c814f2 /doc/release-notes.md | |
parent | 90b5fc9ce41117b3a85170e6fc129e87bbd15f48 (diff) |
gui, doc: rm Ban Score in GUI Peers window/release notes updates
Diffstat (limited to 'doc/release-notes.md')
-rw-r--r-- | doc/release-notes.md | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index 2a2e0f9472..23983dcd7b 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -98,7 +98,7 @@ will trigger BIP 125 (replace-by-fee) opt-in. (#11413) - The `bumpfee` command now uses `conf_target` rather than `confTarget` in the options. (#11413) -- `getpeerinfo` no longer returns the `banscore` field unless the configuration +- The `getpeerinfo` RPC no longer returns the `banscore` field unless the configuration option `-deprecatedrpc=banscore` is used. The `banscore` field will be fully removed in the next major release. (#19469) @@ -123,8 +123,9 @@ Updated settings - The `-banscore` configuration option, which modified the default threshold for disconnecting and discouraging misbehaving peers, has been removed as part of - changes in this release to the handling of misbehaving peers. Refer to the - section, "Changes regarding misbehaving peers", for details. (#19464) + changes in 0.20.1 and in this release to the handling of misbehaving peers. + Refer to "Changes regarding misbehaving peers" in the 0.20.1 release notes for + details. (#19464) - The `-debug=db` logging category, which was deprecated in 0.20 and replaced by `-debug=walletdb` to distinguish it from `coindb`, has been removed. (#19202) @@ -303,6 +304,11 @@ issue. GUI changes ----------- +- The GUI Peers window no longer displays a "Ban Score" field. This is part of + changes in 0.20.1 and in this release to the handling of misbehaving + peers. Refer to "Changes regarding misbehaving peers" in the 0.20.1 release + notes for details. (#19512) + Low-level changes ================= |