Skip to content

13.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Nov 21:42
af088cc

@metamask/eth-hd-keyring 9.0.0

Changed

  • BREAKING: Move seed generation to deserialization (#100)
    • Using the constructor directly no longer generates the seed required for account derivation.
    • Both serialize and deserialize are now proper async methods.
  • Allow passing native custom cryptographic functions (#102)
    • The seed generation is now relying @metamask/key-tree package (instead of @metamask/scure-bip39).
    • The constructor now allows a new option cryptographicFunctions which allows the use of custom cryptographic functions during seed generation.