Skip to content

Releases: Firaenix/bsv-wasm

Release 2.1.1

11 Dec 05:41
5aac52e
Compare
Choose a tag to compare

Rerelease of 2.1.0 because I forgot to bump all packages.
Should automate that process...

Release 2.1.0

06 Dec 04:12
0fd6dcd
Compare
Choose a tag to compare

What's Changed

  • Fix #66 reverse_k signature digest by @blocksurf (Thank you so much for your hard work and input!) in #67

New Contributors

Full Changelog: 2.0.2...2.1.0

Release 2.0.2

19 Oct 08:39
Compare
Choose a tag to compare
  • Fixed bug in bit accumulator
  • Removed deprecated methods to_hex and to_bytes from Signature (you must now use to_der_hex and to_der_bytes)
  • Fixed a bunch of clippy errors
  • Renamed "default" to "empty" for TxIn
  • Upgraded some dependencies

Full Changelog: 2.0.1...2.0.2

Release 2.0.1

19 Apr 11:38
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...2.0.1

Release 2.0.0

13 Oct 00:30
Compare
Choose a tag to compare

Full Changelog: 1.3.4...2.0.0

Release: 1.3.4 Fix GC in NodeJS

05 Jun 00:15
Compare
Choose a tag to compare

Release 1.3.1

11 May 00:55
Compare
Choose a tag to compare
  • Fixes init function naming in bsv-wasm-web

Full Changelog: 1.3.0...1.3.1

Release 1.3.0

11 May 00:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.3...1.3.0

Release 1.3.0 Beta 7

18 Mar 01:29
Compare
Choose a tag to compare
Release 1.3.0 Beta 7 Pre-release
Pre-release
  • Fixed pushdata byte length prefixes on PUSHDATA1

Release 1.3.0 Beta 6

08 Mar 10:36
Compare
Choose a tag to compare
Release 1.3.0 Beta 6 Pre-release
Pre-release
  • Fixed HashCache issues for SIGHASH_NONE/ANYONECANPAY
  • Fixed K signing endianness