From README:
This library provides an implementation of Segwit-native Output Descriptors and of Miniscript (to be
used within wsh() descriptors), with a minimal amount of dependencies.
Indeed I see descriptors/__init__.py is missing sh-nested witness_v0 and legacy descriptors (e.g. pkh(), bare-multi(), etc). I don't mean ~miniscript support inside sh(), just e.g. sh(multi()) or sh(wpk()) that Bitcoin Core and some other projects support. Are they out of scope or just haven't been implemented yet?
From
README:Indeed I see
descriptors/__init__.pyis missing sh-nested witness_v0 and legacy descriptors (e.g.pkh(), bare-multi(), etc). I don't mean ~miniscript support insidesh(), just e.g.sh(multi())orsh(wpk())that Bitcoin Core and some other projects support. Are they out of scope or just haven't been implemented yet?