-
Notifications
You must be signed in to change notification settings - Fork 37.7k
Add test for -blocksonly and -whitelistforcerelay param interaction #18530
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
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. |
Concept ACK |
037f2d3
to
bc432ee
Compare
c273658
to
63924b8
Compare
63924b8
to
209da1b
Compare
ef96f10
to
f348b9b
Compare
From travis:
|
0a828f4
to
13cff3a
Compare
13cff3a
to
18e5f49
Compare
18e5f49
to
c51c8a2
Compare
c51c8a2
to
be01449
Compare
All comments have been addressed. This PR is ready for review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Concept ACK. Thanks for working on the documentation and adding tests.
248d2b8
to
0ea5d70
Compare
net_processing.cpp file comment has been updated. ready for re-review. |
ACK 0ea5d70 |
Thanks again for improving documentation and adding tests. This should be ready for merge now. |
…y param interaction 0ea5d70 Updated comment for the condition where a transaction relay is denied (glowang) be01449 Add test for param interaction b/w -blocksonly and -whitelistforcerelay (glowang) Pull request description: Related to: bitcoin#18428 When -blocksonly is turned on, a node would still relay transactions from whitelisted peers. This funcitonality has not been tested. ACKs for top commit: MarcoFalke: ACK 0ea5d70 Tree-SHA512: 4e99c88281cb518cc67f5f3be7171a7b413933047b5d24a04bb3ff2210a82e914d69079f64cd5bac9206ec435e21a622c8e69cedbc2ccb39d2328ac5c01668e5
Summary: Updated comment for the condition where a transaction relay is denied This is a backport of Core [[bitcoin/bitcoin#18530 | PR18530]] Test Plan: test/functional/test_runner.py p2p_blocksonly Reviewers: #bitcoin_abc, majcosta Reviewed By: #bitcoin_abc, majcosta Subscribers: majcosta Differential Revision: https://reviews.bitcoinabc.org/D9145
Related to: #18428
When -blocksonly is turned on, a node would still relay transactions from whitelisted peers. This funcitonality has not been tested.