Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.38 KB

CHANGELOG.md

File metadata and controls

25 lines (17 loc) · 1.38 KB

0.4.0 - Oct 8, 2024

  • 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

0.3.1 - May 10, 2024

  • Fixed ELIP-151 hash calculation

0.3.0 - Jan 30, 2024

0.2.0 - June 15, 2023

  • Still rapid iteration, very unstable.