Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@ACken2 ACken2 released this 16 May 07:57

What's Changed

  • Added regtest support for signing and verifying BIP-137 and BIP-322 signatures.
  • Added useStrictVerification argument in Verifier.verifySignature. See README for its usage.
  • Removed network argument in Signer.sign; the network is now automatically inferred from the given address.
  • Moved Address.compressPublicKey and Address.uncompressPublicKey to Key.compressPublicKey and Key.uncompressPublicKey respectively.
  • Updated dependencies.

Full Changelog: v1.1.1...v2.0.0