Skip to content

Latest commit

 

History

History
66 lines (50 loc) · 2.02 KB

CHANGELOG.md

File metadata and controls

66 lines (50 loc) · 2.02 KB

Changelog

0.0.9 - 2024-10-18

Added

  • Add option for auxillary randomness (#42)

0.0.8 - 2024-10-18

Added

  • Update rust-bitcoin (#38)
  • Add rust-bitcoin CI (#37)
  • Add MSRV for 1.63 (#34)

0.0.7 - 2024-08-26

Added

  • Sign and verify P2SH-P2WPKH (#32)
  • Add util module (#30)

0.0.6 - 2024-08-22

Added

  • Sign and verify P2WPKH (#26)
  • Tweak README (#23)

0.0.5 - 2024-08-10

Added

  • Add Snafu error types and proper Rust typed functions (#21)
  • Add error types (#17)

0.0.4 - 2024-08-09

Added

  • Update README (#18)
  • Fix version (#16)

0.0.3 - 2024-08-09

Added

  • Once again Github Actions (#14)
  • Exclude some files from static site (#13)
  • Fix deployment (#12)
  • Refine deployment (#11)
  • Compiling to wasm for website (#9)
  • Add landing page (#8)

0.0.2 - 2024-08-02

Added

  • Full Bip322 signatures (#5)
  • Add Rust formatting config and README (#6)
  • Add justfile (#2)
  • Add Github Workflows (#1)
  • Compiles and tests pass
  • Initial commit