-
Notifications
You must be signed in to change notification settings - Fork 36.5k
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
Show name, format and if uses descriptors in bitcoin-wallet tool #20198
Show name, format and if uses descriptors in bitcoin-wallet tool #20198
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.
ACK a4b1588 except test/functional/tool_wallet.py
needs to be updated
manual testing:
$ ./src/bitcoin-wallet -wallet=legacy info
Wallet info
===========
Name: legacy
Format: bdb
Descriptors: no
Encrypted: no
HD (hd seed available): yes
Keypool Size: 2000
Transactions: 28
Address Book: 54
$ ./src/bitcoin-wallet -wallet=new info
Wallet info
===========
Name: new
Format: sqlite
Descriptors: yes
Encrypted: no
HD (hd seed available): yes
Keypool Size: 6000
Transactions: 0
Address Book: 0
Here's a minimal test update: https://github.com/jonatack/bitcoin/commits/pr-20198-tool_wallet-test |
ACK a4b1588: patch looks correct :) |
Code review ACK, just needs to update test as @jonatack already pointed out. |
Assigned 0.21. milestone for the same reason that #20125 got the milestone |
pushed also @jonatack test (thanks!). |
Needs to be squashed to not break git bisect with the test_runner ;) |
Squashed. |
471dc7c
to
fa7c585
Compare
review ACK fa7c585 |
fa7c585
to
053fbbf
Compare
test/functional/tool_wallet.py
Outdated
Encrypted: no | ||
HD (hd seed available): yes | ||
Keypool Size: 2 | ||
Transactions: 0 | ||
Address Book: 3 | ||
''') | ||
print(out) |
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.
leftover debug print?
053fbbf
to
67f1004
Compare
ACK 67f1004 The test now prints one of the test outputs.
|
67f1004
to
fa4074b
Compare
I removed the accidentally added test print. |
ACK fa4074b |
re-ACK fa4074b |
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. |
…coin-wallet tool fa4074b Show name, format and if uses descriptors in bitcoin-wallet tool (Jonas Schnelli) Pull request description: ACKs for top commit: MarcoFalke: ACK fa4074b jonatack: re-ACK fa4074b Tree-SHA512: cf6ee96ff21532fc4b0ba7a0fdfdc1fa485c9b1495447350fe65cd0bd919e0e0280613933265cdee069b8c29ccf015ac374535a70cac3d4fb89f4d08b3a03519
No description provided.