Open
Description
We use address descriptors downstream (because bitcoind doesn't support Miniscript descriptors yet), and we can't compute the address descriptor checksum without bitcoind short of copying the checksum code from here. (See revault/revaultd#364.)
If rust-miniscript had support for address or scriptPubKey descriptors this would also solve the issue as we could just leverage their Display
implem. It would be a preferable route if we think the checksum computation should be considered internal.