-
Notifications
You must be signed in to change notification settings - Fork 38.7k
p2p: banscore updates to gui, tests, release notes #19512
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
cbd77a1 to
38cc000
Compare
|
code review ACK 38cc0003812dbc7199bc00f5801f7ddb9ec89e37. I think we should also remove |
38cc000 to
fa108d6
Compare
|
Thanks for reviewing @jnewbery. Updated the second commit to follow up on your suggestion at #19464 (comment).
|
You know how I love removing code. Will have a look for a follow-up. |
|
ACK fa108d6 |
|
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. ConflictsReviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first. |
|
ACK fa108d6 |
fa108d6 test: update tests for peer discouragement (Jon Atack) 1a9f462 gui, doc: rm Ban Score in GUI Peers window/release notes updates (Jon Atack) Pull request description: This is the third `-banscore` PR in the mini-series described in bitcoin#19464. See that PR for the intention and reasoning. - no longer display "Ban Score" in the GUI peers window and add a release note, plus release note fixups per bitcoin#19464 (review) - update tests (`src/test/denialofservice_tests.cpp` and `test/functional/p2p_leak.py`) from banning to discouragement and per bitcoin#19464 (comment) ACKs for top commit: jnewbery: ACK fa108d6 laanwj: ACK fa108d6 Tree-SHA512: 58a449b3f47b8cb5490b34e4442ee8675bfad1ce48af4e4fd5c67715b0c1a596fb8e731d42e576b4c3b64627f76e0a68cbb1da9ea9f588a5932fe119baf40d50
Summary: fa108d6a757838225179a8df942cfb6d99c98c90 test: update tests for peer discouragement (Jon Atack) 1a9f462caa63fa16d7b4415312d2032a42b3fe0b gui, doc: rm Ban Score in GUI Peers window/release notes updates (Jon Atack) Pull request description: This is the third `-banscore` PR in the mini-series described in #19464. See that PR for the intention and reasoning. - no longer display "Ban Score" in the GUI peers window and add a release note, plus release note fixups per bitcoin/bitcoin#19464 (review) - update tests (`src/test/denialofservice_tests.cpp` and `test/functional/p2p_leak.py`) from banning to discouragement and per bitcoin/bitcoin#19464 (comment) --- Backport of Core [[bitcoin/bitcoin#19512 | PR19512]] Depends on D8799 Test Plan: ninja all check check-functional run bitcoin-qt on testnet mode, open Peers window, click a peer and see that Banscore is no longer reported Reviewers: #bitcoin_abc, PiRK, Fabien Reviewed By: #bitcoin_abc, PiRK, Fabien Subscribers: Fabien, PiRK Differential Revision: https://reviews.bitcoinabc.org/D8800
This is the third
-banscorePR in the mini-series described in #19464. See that PR for the intention and reasoning.src/test/denialofservice_tests.cppandtest/functional/p2p_leak.py) from banning to discouragement and per net: remove -banscore configuration option #19464 (comment)