-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(NOTIFY-1096): add account syncing #11190
Conversation
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
I have read the CLA Document and I hereby sign the CLA |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #11190 +/- ##
==========================================
+ Coverage 55.35% 55.58% +0.23%
==========================================
Files 1767 1782 +15
Lines 39841 40085 +244
Branches 4965 4993 +28
==========================================
+ Hits 22052 22280 +228
- Misses 16274 16282 +8
- Partials 1515 1523 +8 ☔ View full report in Codecov by Sentry. |
Bitrise❌❌❌ Commit hash: b9bb37a Note
|
Bitrise❌❌❌ Commit hash: 6c9b2ce Note
|
Bitrise❌❌❌ Commit hash: ab17435 Note
|
Bitrise❌❌❌ Commit hash: 9456194 Note
Tip
|
Bitrise❌❌❌ Commit hash: 89cc06b Note
Tip
|
Bitrise❌❌❌ Commit hash: 5035497 Note
Tip
|
Bitrise✅✅✅ Commit hash: d0ce191 Note
|
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🌮 🌮 🌮
Description
This PR adds account syncing to MetaMask.
process.env.IS_TEST
helper).It is because we want to add more E2E tests before doing the actual release, and the original course of action was to release on extension first.
More E2E tests will be added in a subsequent PR, and finally we'll have a PR to enable account syncing in production.
As part of profile syncing, with this new feature, users will be able to synchronize all of their accounts and accounts' names across all of their devices.
Related issues
Fixes:
NOTIFY-1096
Manual testing steps
Pre-merge author checklist
Pre-merge reviewer checklist