Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-20 | descriptor: InferScript, do not return top-level only func as sub descriptor | furszy | |
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-03 | rpc: decode Miniscript descriptor when possible in decodescript | Antoine 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-19 | Add rawtr() descriptor for P2TR with unknown tweak | Pieter Wuille | |
2022-01-26 | transaction decoding infer output descriptors | Gregory Sanders | |
2021-12-06 | rpc: Only allow specific types to be P2(W)SH wrapped in decodescript | MarcoFalke | |
2021-12-05 | tests: Add data-driven testcases to rpc_decodescript.py | Dimitri | |