Releases: ACken2/bip322-js
Releases · ACken2/bip322-js
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.