revaultd icon indicating copy to clipboard operation
revaultd copied to clipboard

Compute checksums for wallet descriptors without bitcoind

Open JSwambo opened this issue 3 years ago • 2 comments

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

JSwambo avatar Feb 07 '22 15:02 JSwambo

When I test locally I don't get the same failure with test_spend.py::test_large_spends. Not sure why this is failing

JSwambo avatar Feb 11 '22 12:02 JSwambo

Yeah, spurious failure fixed by #361 . Rebasing on master should fix it.

darosior avatar Feb 11 '22 13:02 darosior