Releases: Firaenix/bsv-wasm
Releases · Firaenix/bsv-wasm
Release 2.1.1
Release 2.1.0
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
- @blocksurf made their first contribution in #67
Full Changelog: 2.0.2...2.1.0
Release 2.0.2
- 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
Release 2.0.0
Full Changelog: 1.3.4...2.0.0
Release: 1.3.4 Fix GC in NodeJS
Fix nodejs build
Release 1.3.1
- Fixes init function naming in bsv-wasm-web
Full Changelog: 1.3.0...1.3.1
Release 1.3.0
Release 1.3.0 Beta 7
- Fixed pushdata byte length prefixes on PUSHDATA1
Release 1.3.0 Beta 6
- Fixed HashCache issues for SIGHASH_NONE/ANYONECANPAY
- Fixed K signing endianness