Skip to content

284.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Jan 10:08
52d1c16

@metamask/accounts-controller 21.0.1

Changed

  • Bump @metamask/eth-snap-keyring from ^8.0.0 to ^8.1.0 (#5167)

@metamask/message-manager 12.0.0

Changed

  • BREAKING: Base class of DecryptMessageManager and EncryptionPublicKeyManager(AbstractMessageManager) now expects new options to initialise (#5103)
  • Bump @metamask/base-controller from ^7.0.0 to ^7.1.0 (#5079)

Removed

  • BREAKING: Removed internal event emitter (hub property) from AbstractMessageManager (#5103)
  • BREAKING: unapprovedMessage and updateBadge removed from internal events. These events are now emitted from messaging system (#5103)
    • Controllers should now listen to DerivedManagerName:X event instead of using internal event emitter.