Skip to content

211.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 01 Oct 08:16
aa9f33c

@metamask/notification-services-controller 0.8.2

Added

  • Add resetNotifications option during the notification creation flow (#4738)

@metamask/profile-sync-controller 0.9.4

Fixed

  • Account syncing performance issues and bugs (#4746)
    • Batch GET / PUT will now encrypt and decrypt sequentially in order to leverage the in-memory cache
    • nameLastUpdatedAt will stop being saved to user storage if account name is a default name
    • waitForExpectedValue has been removed and will stop waiting for AccountsController:accountAdded callback
    • randomBytes leftover from sync -> async encryption migration was removed