Show name, format and if uses descriptors in bitcoin-wallet tool#20198
Show name, format and if uses descriptors in bitcoin-wallet tool#20198maflcko merged 1 commit intobitcoin:masterfrom
Conversation
jonatack
left a comment
There was a problem hiding this comment.
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 fa7c585f9b306f31bcaf2ee492688e618f356108 |
fa7c585 to
053fbbf
Compare
test/functional/tool_wallet.py
Outdated
053fbbf to
67f1004
Compare
|
ACK 67f100479270ca13d9380c8c9cfe45a0ddbaca7a 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.