You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: rename profile sync to backup and sync (#5686)
## Explanation
This PR updates all profile syncing references to backup and sync.
This involves state properties name changes, so the clients will need to
write migrations when bumping.
This is a **breaking** change.
Instructions for client migration are basically the test drive PRs
below:
- ✅ Extension test drive PR:
MetaMask/metamask-extension#32572
- ✅ Mobile test drive PR:
MetaMask/metamask-mobile#15211
## References
Related to: https://consensyssoftware.atlassian.net/browse/IDENTITY-88
## Changelog
## Checklist
- [x] I've updated the test suite for new or updated code as appropriate
- [x] I've updated documentation (JSDoc, Markdown, etc.) for new or
updated code as appropriate
- [x] I've communicated my changes to consumers by [updating changelogs
for packages I've
changed](https://github.com/MetaMask/core/tree/main/docs/contributing.md#updating-changelogs),
highlighting breaking changes as necessary
- [x] I've prepared draft pull requests for clients and consumer
packages to resolve any breaking changes
Copy file name to clipboardExpand all lines: packages/profile-sync-controller/CHANGELOG.md
+2
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
12
12
### Changed
13
13
14
+
-**BREAKING:** Replace all "Profile Syncing" mentions to "Backup & Sync" ([#5686](https://github.com/MetaMask/core/pull/5686))
15
+
- Replaces state properties `isProfileSyncingEnabled` to `isBackupAndSyncEnabled`, and `isProfileSyncingUpdateLoading` to `isBackupAndSyncUpdateLoading`
14
16
-**BREAKING:** Bump `@metamask/accounts-controller` peer dependency from `^27.0.0` to `^28.0.0` ([#5763](https://github.com/MetaMask/core/pull/5763))
15
17
-**BREAKING:** Bump `@metamask/snaps-controllers` peer dependency from `^9.19.0` to `^11.0.0` ([#5639](https://github.com/MetaMask/core/pull/5639))
16
18
-**BREAKING:** Bump `@metamask/providers` peer dependency from `^18.1.1` to `^21.0.0` ([#5639](https://github.com/MetaMask/core/pull/5639))
Copy file name to clipboardExpand all lines: packages/profile-sync-controller/src/controllers/user-storage/account-syncing/controller-integration.test.ts
0 commit comments