Skip to content

29.0.0

Choose a tag to compare

@github-actions github-actions released this 04 May 15:38
· 5689 commits to main since this release
e9215b0

Added

  • Reintroduce NotificationController for in-app notifications (#709)
  • Add optional token service timeout parameter(#793)

Changed

  • BREAKING: Bump eth-keyring-controller to 7.0.1 (#802)
    • Mnemonics in keyrings of type HD Key Tree are always serialized as arrays of numbers. exportSeedPhrase now returns a buffer rather than a string, consumers will need to adapt to this new return type accordingly.