revaultd
revaultd copied to clipboard
Compute checksums for wallet descriptors without bitcoind
The desc_checksum function and poly_mod were taken from rust-miniscript: https://github.com/rust-bitcoin/rust-miniscript/blob/master/src/descriptor/checksum.rs Hopefully the desc_checksum function will be publicly exposed in the future and we can remove it.
Fixes #322
When I test locally I don't get the same failure with test_spend.py::test_large_spends
. Not sure why this is failing
Yeah, spurious failure fixed by #361 . Rebasing on master should fix it.