descriptors icon indicating copy to clipboard operation
descriptors copied to clipboard

Documentation TODO

Open landabaso opened this issue 3 years ago • 4 comments

Mention it uses BigInt (for checksums)

If BigInt support is not possible, then remove the checksum before passing the descriptor to the parse function.

landabaso avatar Jan 18 '23 16:01 landabaso

Document that it supports all SCRIPT expressions, including also all possible miniscript, but it does not support raw(), combo(), sortedmulti(), tr(), multi_ (taproot), sortedmulti_a (taproot), rawtr (taproot)

no need to mention multi_a or sortedmulti_a since they must be inside tr( anyway

landabaso avatar Jan 19 '23 17:01 landabaso

~document we do not support multiple wildcards yet (not sufficiently specified in official docs).~

landabaso avatar Jan 20 '23 18:01 landabaso

document we do not support bare multi. In fact, it may lead to several resource limitation probs. Better to use multi within sh or wsh, sh(wsh anyway.

landabaso avatar Jan 21 '23 08:01 landabaso

document the test/tools folder (generate bitcoin core fixtures)

landabaso avatar Feb 22 '23 15:02 landabaso