forked from bitcoin/bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge #5511: backport!: Merge bitcoin#19915, 19469, 19464, 19512, 22495
a266abe Merge bitcoin#22495: p2p: refactor: tidy up `PeerManagerImpl::Misbehaving(...)` (MarcoFalke) d7985aa Merge bitcoin#19512: p2p: banscore updates to gui, tests, release notes (Wladimir J. van der Laan) b9799de Merge bitcoin#19464: net: remove -banscore configuration option (MarcoFalke) c0c5d05 Merge bitcoin#19469: rpc: deprecate banscore field in getpeerinfo (fanquake) 02faef7 Merge bitcoin#19915: p2p, refactor: Use Mutex type for some mutexes in CNode class (MarcoFalke) Pull request description: bitcoin backports Top commit has no ACKs. Tree-SHA512: 7537fd2203e10f3de03e3e2df7f9c7b4fcf05387325635c352a4e9898338e979bfd46626ceee8d267ea48aded4f342bca56ff8020e71dab79f37f4b1bb7cf27c
- Loading branch information
Showing
15 changed files
with
96 additions
and
121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
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. (dash#5511) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Updated RPCs | ||
------------ | ||
|
||
- `getpeerinfo` 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. (dash#5511) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.