diff options
author | Andrew Chow <github@achow101.com> | 2023-07-20 11:09:10 -0400 |
---|---|---|
committer | Andrew Chow <github@achow101.com> | 2023-07-20 11:16:45 -0400 |
commit | 7edce77ff3725f8650bb1ae6b45b1cee100db280 (patch) | |
tree | da4bf0260021e2e1992e5f7b8b93a207a26d38fe /src/txmempool.cpp | |
parent | 79954903b24afa1bddbe2cac93bc3c2f322af058 (diff) | |
parent | dd9633b516d6936ac4e23a40f9b0bea120117d35 (diff) |
Merge bitcoin/bitcoin#28067: descriptors: do not return top-level only funcs as sub descriptors
dd9633b516d6936ac4e23a40f9b0bea120117d35 test: wallet, add coverage for watch-only raw sh script migration (furszy)
cc781a21800a6ce13875feefd0cb14ab0a84524c descriptor: InferScript, do not return top-level only func as sub descriptor (furszy)
286e0c7d5e9538198b28b792c5168b8fafa1534f wallet: loading, log descriptor parsing error details (furszy)
Pull request description:
Linked to #28057.
Currently, the `InferScript` function returns an invalid descriptor when it tries to infer a p2sh-p2pkh script whose pubkey is not known by the wallet.
This behavior occurs because the inference process bypasses the `pkh` subscript when the pubkey is not contained by the wallet (no pubkey provider), interpreting it as a `sh(addr(ADDR))` descriptor. Then, the failure arises because the `addr()` function is restricted to being used only at the top level.
For reviewers, would recommend to start by examining the functional test to understand the context and the circumstances on which this can result in a fatal error (e.g. during the migration process).
ACKs for top commit:
achow101:
ACK dd9633b516d6936ac4e23a40f9b0bea120117d35
darosior:
utACK dd9633b516d6936ac4e23a40f9b0bea120117d35
Tree-SHA512: 61e763206c604c372019d2c36e31684f3dddf81f8b154eb9aba5cd66d8d61bda457ed4e591613eb6ce6c76cf7c3f11764abc6cd727a7c2b6414f1065783be032
Diffstat (limited to 'src/txmempool.cpp')
0 files changed, 0 insertions, 0 deletions