Bugfix: dummywallet: Add -ignorepartialspends to list of ignored wallet options#15913
Conversation
|
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. |
|
utACK 765d589 |
|
utACK 765d589 Show signature@luke-jr See maflcko@fac174e for a linter fixup |
|
utACK 765d589. |
|
utACK 765d589 Good idea with a linter guarding against this happening in the future. |
|
utACK 765d589 |
…f ignored wallet options 765d589 Bugfix: dummywallet: Add -ignorepartialspends to list of ignored wallet options (Luke Dashjr) 0f09eb7 dummywallet: Reformat ignored wallet options list (Luke Dashjr) Pull request description: When building w/o wallet support, we add all the wallet options as hidden options to avoid throwing errors/warnings that they're unknown. `-ignorepartialspends` is missing from this list. This PR adds it. (This seems like a good candidate for a linter? Or maybe we can autogenerate it?) Also reformats the dummywallet options list across multiple lines to make conflicts less often. ACKs for commit 765d58: meshcollider: utACK 765d589 MarcoFalke: utACK 765d589 promag: utACK 765d589. practicalswift: utACK 765d589 fanquake: utACK 765d589 Tree-SHA512: 37c8037148bdc1b7a8bde201eff51ee6a64c042c17eb8b6c68faef490d16575348c2f22ab81f48302b8ad80a5559222af23b721a8b5acc1d89c0757fb88796a6
|
Probably should tag this for backport to 0.18.1 |
Thanks, that was indeed leading to frequent rebase needs for me in #14145. Post merge utACK |
…et options Github-Pull: bitcoin#15913 Rebased-From: 765d589
|
For the record, this adds -avoidpartialspends to the ignored list. |
…ored wallet options" 106471d Bugfix: dummywallet: Add -ignorepartialspends to list of ignored wallet options (Luke Dashjr) 206c30f dummywallet: Reformat ignored wallet options list (MarcoFalke) Pull request description: First run clang-format on the wallet options list (review with `--word-diff-regex=.`). This is not a backport. Then backport Github-Pull: #15913 ACKs for commit 106471: promag: ACK 106471d. laanwj: ACK 106471d Tree-SHA512: 3e6eb7997aa32ef7385842614bac8cac56f86b6dde949cfbbd33b4387e713bf5f65e40ee3e4228ac43dfe50829169175b80ddeaac8a714ad8a38175638123f5d
…et options Github-Pull: bitcoin#15913 Rebased-From: 765d589
…et options Github-Pull: bitcoin#15913 Rebased-From: 765d589
…et options Github-Pull: bitcoin#15913 Rebased-From: 765d589
…et options Github-Pull: bitcoin#15913 Rebased-From: 765d589
… list of ignored wallet options 765d589 Bugfix: dummywallet: Add -ignorepartialspends to list of ignored wallet options (Luke Dashjr) 0f09eb7 dummywallet: Reformat ignored wallet options list (Luke Dashjr) Pull request description: When building w/o wallet support, we add all the wallet options as hidden options to avoid throwing errors/warnings that they're unknown. `-ignorepartialspends` is missing from this list. This PR adds it. (This seems like a good candidate for a linter? Or maybe we can autogenerate it?) Also reformats the dummywallet options list across multiple lines to make conflicts less often. ACKs for commit 765d58: meshcollider: utACK bitcoin@765d589 MarcoFalke: utACK 765d589 promag: utACK 765d589. practicalswift: utACK 765d589 fanquake: utACK 765d589 Tree-SHA512: 37c8037148bdc1b7a8bde201eff51ee6a64c042c17eb8b6c68faef490d16575348c2f22ab81f48302b8ad80a5559222af23b721a8b5acc1d89c0757fb88796a6 Signed-off-by: pasta <pasta@dashboost.org>
When building w/o wallet support, we add all the wallet options as hidden options to avoid throwing errors/warnings that they're unknown.
-ignorepartialspendsis missing from this list. This PR adds it.(This seems like a good candidate for a linter? Or maybe we can autogenerate it?)
Also reformats the dummywallet options list across multiple lines to make conflicts less often.