-
Notifications
You must be signed in to change notification settings - Fork 37.7k
test: Run mempool_packages.py with MiniWallet #26625
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
The head ref may contain hidden characters: "2212-test-mini-wallet-\u{1F54E}"
Conversation
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. ReviewsSee the guideline for information on the review process.
If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update. ConflictsNo conflicts as of last run. |
fa01ecf
to
fad0f2b
Compare
Concept ACK |
faf5258
to
fad2366
Compare
fad2366
to
fae6c68
Compare
Concept ACK |
fae6c68
to
fa834fa
Compare
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.
utACK fa834fa, looks correct to me. one nit
This is not used right now, but may be in the future. Also, it simplifies the create_self_transfer return logic
To make the code less verbose and easier to read.
4a972f6
to
fa6b402
Compare
reACK fa6b402 |
fa6b402 test: Run mempool_packages.py with MiniWallet (MarcoFalke) fa448c2 test: Return fee from MiniWallet (MarcoFalke) faec09f test: Return chain of MiniWallet txs from MiniWallet chain method (MarcoFalke) faa12d4 test: Refactor MiniWallet sign_tx (MarcoFalke) fa2d821 test: Return wtxid from create_self_transfer_multi (MarcoFalke) Pull request description: This allows to run the test even when no wallet is compiled in. Also, it is a lot nicer to read now. ACKs for top commit: glozow: reACK fa6b402 Tree-SHA512: de0338068fd51db01d64ce270f94fd2982a63a6de597325cd1e1f11127e9075bd4aeacace0ed76d09a2db8b962b27237cf11edb4c1fe1a01134d397f8a11bd05
This allows to run the test even when no wallet is compiled in.
Also, it is a lot nicer to read now.