Skip to content

Releases: rust-bitcoin/bip322

0.0.7

26 Aug 09:52
f368159
Compare
Choose a tag to compare

Added

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

0.0.6

22 Aug 21:46
b060937
Compare
Choose a tag to compare

Added

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

0.0.5

10 Aug 21:52
929539e
Compare
Choose a tag to compare

Added

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

0.0.4

09 Aug 16:10
0e6a179
Compare
Choose a tag to compare

Added

  • Update README (#18)
  • Fix version (#16)
  • Release 0.0.3 (#15)

0.0.3

09 Aug 15:18
760dc72
Compare
Choose a tag to compare

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)
  • Release 0.0.2 (#7)

0.0.2

02 Aug 18:46
e28f44a
Compare
Choose a tag to compare

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