Skip to content

10.0.0

Choose a tag to compare

@github-actions github-actions released this 26 Nov 14:04
e1a4262

Added

  • Add network property to SLIP10Node, BIP44Node, and BIP44CoinTypeNode (#200)
    • The network property is only used to determine which BIP-32 extended key version to use.
    • For backwards compatibility, the property is optional, and defaults to mainnet.
  • Add option for custom cryptographic functions (#197)
    • It's now possible to specify custom functions (hmacSha512 and pbkdf2Sha512) to improve performance.
  • Add extendedKey property to SLIP10Node (#196)
    • This property can only be accessed on SLIP10Nodes using secp256k1.

Changed

  • BREAKING: Bump minimum Node version to 18.20 (#198)
  • Use WebCrypto API if available (#197)
  • Bump @metamask/utils from 9.0.0 to 9.3.0 (#191)