Skip to content

94.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Mar 11:13
aeb9c7d

@metamask/snaps-controllers 11.0.0

Changed

  • BREAKING: Use mnemonic seed for state encryption key derivation (#3217)
    • SnapController now expects a getMnemonicSeed hook that must return the BIP-39 seed for the user's primary mnemonic.

@metamask/snaps-jest 8.14.0

Added

  • Add support for getMnemonicSeed hook required by latest RPC methods (#3220)

Changed

  • Bump express to ^4.21.2 (#3196)

@metamask/snaps-rpc-methods 12.0.0

Changed

  • BREAKING: Use mnemonic seed for snap_get*Entropy RPC methods (#3220)
    • A getMnemonicSeed hook is now required to support the RPC methods.
  • Use mnemonic seed for state encryption key derivation (#3217)

@metamask/snaps-simulation 2.4.0

Added

  • Add support for getMnemonicSeed hook required by latest RPC methods (#3220)

Changed

  • Bump express to ^4.21.2 (#3196)