-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation TODO #2
Comments
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 |
|
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. |
document the test/tools folder (generate bitcoin core fixtures) |
Mention it uses BigInt (for checksums)
If
BigInt
support is not possible, then remove the checksum before passing the descriptor to theparse
function.The text was updated successfully, but these errors were encountered: