-
Notifications
You must be signed in to change notification settings - Fork 37.7k
test: run mempool_spend_coinbase.py even with wallet disabled #20385
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
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.
Approach ACK
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.
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.
ACK. Could squash and rebase
650ba88
to
57f65ff
Compare
Please squash your commits according to https://github.com/bitcoin/bitcoin/blob/master/CONTRIBUTING.md#squashing-commits |
57f65ff
to
21f2433
Compare
I squashed the commits as requested. Going forward with these |
ACK 21f2433 |
Whatever makes more sense to you |
Summary: mempool_spend_coinbase.py is not a wallet test, so it should run even when the wallet is not compiled. This is a backport of [[bitcoin/bitcoin#20385 | core#20385]] Test Plan: `ninja check-functional` Reviewers: #bitcoin_abc, Fabien Reviewed By: #bitcoin_abc, Fabien Differential Revision: https://reviews.bitcoinabc.org/D10805
Run the mempool spend coinbase test even when the wallet was not compiled, as proposed in #20078.