Skip to content

269.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Dec 12:54
22516ea

@metamask/profile-sync-controller 3.1.0

Changed

  • Revamp user storage encryption process (#4981)
    • Stop using a random salt when generating scrypt keys and use a shared one
    • Re-encrypt data fetched by getUserStorageAllFeatureEntries and getUserStorage with the shared salt if fetched entries were encrypted with random salts

Fixed

  • Remove #assertLoggedIn() assertion when signing out a user, ensuring performSignOut does not error when a user is already signed out (#5013)