- Use rust-bitcoin 0.32.0 and rust-elements 0.25.0 #90
- Check input charset #92
- Fix a bunch of clippy lints and get CI working again #89
- avoid setting {BITCOIND,ELEMENTSD}_EXE in setup #88
- Removed
to_string_no_chksum
. This method was poorly-named and broken. Use the alternate display{:#}
formatter instead to format descriptors without a checksum. - Implement federation descriptor tweak with claiming script to match elements core getpeginaddress #87
- elip151: multisig test vectors #84
- Fixed ELIP-151 hash calculation
- Still rapid iteration, very unstable.