Releases: ACken2/bip322-js
Releases · ACken2/bip322-js
v3.0.0
What's Changed
- Fix: Ensure Buffer Consistency After .subarray() Calls for Polyfill Compatibility by @ACken2 in #14
- Update to actions/upload-pages-artifact@v3 due to deprecation of v1 dependencies by @ACken2 in #15
- Unify
Signer.sign
return type tostring
across all address types by @ACken2 in #16 - Add Official Buffer Support for Message Parameter in BIP-322 Signing and Verification by @ACken2 in #17
- Bump the npm_and_yarn group across 1 directory with 6 updates by @dependabot in #18
- Update CI Actions and Node.js versions by @ACken2 in #19
- Update dependencies and fix related BIP-322 tests by @ACken2 in #20
New Contributors
- @dependabot made their first contribution in #18
Full Changelog: v2.0.0...v3.0.0
v2.0.0
What's Changed
- Added regtest support for signing and verifying BIP-137 and BIP-322 signatures.
- Added
useStrictVerification
argument inVerifier.verifySignature
. See README for its usage. - Removed
network
argument inSigner.sign
; the network is now automatically inferred from the given address. - Moved
Address.compressPublicKey
andAddress.uncompressPublicKey
toKey.compressPublicKey
andKey.uncompressPublicKey
respectively. - Updated dependencies.
Full Changelog: v1.1.1...v2.0.0
v1.1.1
v1.1.0
v1.0.3
v1.0.2
Initial release.
It is also available on NPM at https://www.npmjs.com/package/bip322-js/v/1.0.2.