aboutsummaryrefslogtreecommitdiff
path: root/test/functional/data/rpc_decodescript.json
AgeCommit message (Collapse)Author
2023-07-20descriptor: InferScript, do not return top-level only func as sub descriptorfurszy
e.g. sh(addr(ADDR)) or sh(raw(HEX)) are invalid descriptors. Making sh and wsh top level functions to return addr/raw descriptors when the subscript inference fails.
2023-02-03rpc: decode Miniscript descriptor when possible in decodescriptAntoine Poinsot
The descriptor inference logic would previously always use a dummy signing provider and would never analyze the witness script of a P2WSH scriptPubKey. Note even a valid Miniscript might not always be decodable from Script without more contextual information (for instance the key preimage for a pk_h).
2022-07-19Add rawtr() descriptor for P2TR with unknown tweakPieter Wuille
2022-01-26transaction decoding infer output descriptorsGregory Sanders
2021-12-06rpc: Only allow specific types to be P2(W)SH wrapped in decodescriptMarcoFalke
2021-12-05tests: Add data-driven testcases to rpc_decodescript.pyDimitri