-
Notifications
You must be signed in to change notification settings - Fork 37.7k
test: Run rpc_txoutproof.py even with wallet disabled #19922
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
…o_to_spend Adds two new features to MiniWallet: * The fee rate is irrelevant sometimes, so just set an arbitrary default * The utxo to spend needs to be selected manually sometimes
Concept ACK. Moving all the remaining non-wallet tests to use MiniWallet could be a good first issue for newer contributors. |
d34380f
to
faf251d
Compare
Force pushed to make travis python linter happy |
utACK faf251d. Thanks Marco! |
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 faf251d
…abled faf251d test: gettxoutproof duplicate txid (João Barbosa) faf5eb4 test: Test empty array in gettxoutproof (MarcoFalke) fa56e86 test: Run rpc_txoutproof.py even with wallet disabled (MarcoFalke) faba790 test: MiniWallet: Default fee_rate in send_self_transfer, Pass in utxo_to_spend (MarcoFalke) fa65a11 test: bugfix: Actually pick largest utxo (MarcoFalke) Pull request description: Run the consensus test even when the wallet was not compiled. Also: * Minor bugfix in MiniWallet * Two new test cases (one cherry-picked from bitcoin#19847) ACKs for top commit: jnewbery: utACK faf251d. Thanks Marco! kristapsk: ACK faf251d Tree-SHA512: a5ab33695c88cfb3c369021d4506069c08ce298e24e891db55159130693ed3817444c72f6aad3f472235aa4597b2c601010af714411c2ec8ad9c2d2e0b00ecbc
@MarcoFalke I realize that this is a merged PR, but I just had some hanging issues/comments regarding implementing |
|
Alright, I will open a PR soon with respected changes. Thank you :) |
Summary: This brings the test duration down from 2 seconds to 1 second. This is a backport of [[bitcoin/bitcoin#19922 | core#19922]] [2/4] bitcoin/bitcoin@fa56e86 Depends on D10254 Test Plan: `ninja check-functional` Reviewers: #bitcoin_abc, Fabien Reviewed By: #bitcoin_abc, Fabien Differential Revision: https://reviews.bitcoinabc.org/D10255
Summary: This is a backport of [[bitcoin/bitcoin#19922 | core#19922]] [3/4] bitcoin/bitcoin@faf5eb4 Depends on D10255 Test Plan: `ninja check-functional` Reviewers: #bitcoin_abc, Fabien Reviewed By: #bitcoin_abc, Fabien Subscribers: Fabien Differential Revision: https://reviews.bitcoinabc.org/D10256
Summary: This is a backport of [[bitcoin/bitcoin#19922 | core#19922]] [4/4] bitcoin/bitcoin@faf251d Depends on D10256 Test Plan: `ninja check-functional` Reviewers: #bitcoin_abc, Fabien Reviewed By: #bitcoin_abc, Fabien Differential Revision: https://reviews.bitcoinabc.org/D10257
Summary: This brings the test duration down from 2 seconds to 1 second. This is a backport of [[bitcoin/bitcoin#19922 | core#19922]] [2/4] bitcoin/bitcoin@fa56e86 Depends on D10254 Test Plan: `ninja check-functional` Reviewers: #bitcoin_abc, Fabien Reviewed By: #bitcoin_abc, Fabien Differential Revision: https://reviews.bitcoinabc.org/D10255
Summary: This is a backport of [[bitcoin/bitcoin#19922 | core#19922]] [3/4] bitcoin/bitcoin@faf5eb4 Depends on D10255 Test Plan: `ninja check-functional` Reviewers: #bitcoin_abc, Fabien Reviewed By: #bitcoin_abc, Fabien Subscribers: Fabien Differential Revision: https://reviews.bitcoinabc.org/D10256
Summary: This is a backport of [[bitcoin/bitcoin#19922 | core#19922]] [4/4] bitcoin/bitcoin@faf251d Depends on D10256 Test Plan: `ninja check-functional` Reviewers: #bitcoin_abc, Fabien Reviewed By: #bitcoin_abc, Fabien Differential Revision: https://reviews.bitcoinabc.org/D10257
Run the consensus test even when the wallet was not compiled. Also: