-
Notifications
You must be signed in to change notification settings - Fork 38.8k
qa: Use wallet to retrieve raw transactions #15247
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
fa258ea to
fac7311
Compare
|
I think it's good to improve code style in files that you touch, but could you split this into commits:
doing both in a single commit makes is discouraged: do not mix any formatting fixes or code moves with actual code changes. |
fac7311 to
fa2320a
Compare
jnewbery
left a comment
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.
Tested ACK fa2320a3f0374045414ec5dc2fecae76224a1afe. One nit.
fa2320a to
fa5278a
Compare
|
tACK fa5278a. Thanks! |
fa5278a qa: Use wallet to retrieve raw transactions (MarcoFalke) fa21983 qa: Style-only fixes in touched files (MarcoFalke) Pull request description: Instead of asking the coin database and block storage about a transaction, pull it directly from the wallet in wallet related tests. This refactoring only makes sense in light of bitcoin#15159. <sub>This product may contain minor stylistic cleanups Tree-SHA512: ec34c7150d873da9f19fead3f7e3f758baba5ef10061942384c470a47a6f320690109be9c5160f0c8bc228272a729653d44c78471455337318f657d6c164ba23
Summary: Merge #15247: qa: Use wallet to retrieve raw transactions fa5278a419 qa: Use wallet to retrieve raw transactions (MarcoFalke) fa2198328e qa: Style-only fixes in touched files (MarcoFalke) Pull request description: Instead of asking the coin database and block storage about a transaction, pull it directly from th$ This refactoring only makes sense in light of #15159. <sub>This product may contain minor stylistic cleanups --- Depends on D6062 This is a backport of Core [[bitcoin/bitcoin#15247 | PR15247]] Test Plan: ./test_runner.py wallet_abandonconflict.py wallet_basic.py Reviewers: #bitcoin_abc, Fabien Reviewed By: #bitcoin_abc, Fabien Subscribers: Fabien Differential Revision: https://reviews.bitcoinabc.org/D6069
fa5278a qa: Use wallet to retrieve raw transactions (MarcoFalke) fa21983 qa: Style-only fixes in touched files (MarcoFalke) Pull request description: Instead of asking the coin database and block storage about a transaction, pull it directly from the wallet in wallet related tests. This refactoring only makes sense in light of bitcoin#15159. <sub>This product may contain minor stylistic cleanups Tree-SHA512: ec34c7150d873da9f19fead3f7e3f758baba5ef10061942384c470a47a6f320690109be9c5160f0c8bc228272a729653d44c78471455337318f657d6c164ba23
Instead of asking the coin database and block storage about a transaction, pull it directly from the wallet in wallet related tests.
This refactoring only makes sense in light of #15159.
This product may contain minor stylistic cleanups