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