Skip to content
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: re-enable account syncing #30464

Merged
merged 2 commits into from
Feb 20, 2025
Merged

Conversation

mathieuartu
Copy link
Contributor

@mathieuartu mathieuartu commented Feb 20, 2025

Description

This PR re-enables account syncing.
This was disabled in this PR, but shouldn't have been.

Open in GitHub Codespaces

Related issues

Fixes:

Manual testing steps

  1. Import your SRP
  2. Verify that your accounts are downloaded

Screenshots/Recordings

Before

After

Pre-merge author checklist

Pre-merge reviewer checklist

  • I've manually tested the PR (e.g. pull and build branch, run the app, test code being changed).
  • I confirm that this PR addresses all acceptance criteria described in the ticket it closes and includes the necessary testing evidence such as recordings and or screenshots.

Copy link
Contributor

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.

mirceanis
mirceanis previously approved these changes Feb 20, 2025
@mathieuartu mathieuartu marked this pull request as ready for review February 20, 2025 10:56
@@ -1306,7 +1305,7 @@ export default class MetamaskController extends EventEmitter {
},
},
env: {
isAccountSyncingEnabled: !isProduction() && isManifestV3,
isAccountSyncingEnabled: isManifestV3,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should probably add a comment here maybe @mathieuartu.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Like a "// Please do not disable"? 😬

I disagree, because in that case, we should add this to any other feature. I think it's on us to communicate more clearly internally that account syncing is here, is enabled, and is used by a lot of people.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: we should probably don't expose this config variable anymore in the extension

@metamaskbot
Copy link
Collaborator

Builds ready [ca9b3c0]
Page Load Metrics (1659 ± 119 ms)
PlatformPageMetricMin (ms)Max (ms)Average (ms)StandardDeviation (ms)MarginOfError (ms)
ChromeHomefirstPaint37025311604376181
domContentLoaded139524701636241116
load140425151659249119
domInteractive2498392311
backgroundConnect86022168
firstReactRender1479372512
getState45212147
initialActions01000
loadScripts97218871198210101
setupStore75611115
uiStartup157829361917293140
Bundle size diffs [🚀 Bundle size reduced!]
  • background: -155 Bytes (-0.00%)
  • ui: 0 Bytes (0.00%)
  • common: 0 Bytes (0.00%)

@mathieuartu mathieuartu added this pull request to the merge queue Feb 20, 2025
Merged via the queue into main with commit 9eabbc6 Feb 20, 2025
79 checks passed
@mathieuartu mathieuartu deleted the feat/re-enable-account-syncing branch February 20, 2025 12:41
@github-actions github-actions bot locked and limited conversation to collaborators Feb 20, 2025
@metamaskbot metamaskbot added release-12.14.0 Issue or pull request that will be included in release 12.14.0 release-12.13.0 Issue or pull request that will be included in release 12.13.0 and removed release-12.14.0 Issue or pull request that will be included in release 12.14.0 labels Feb 20, 2025
@metamaskbot
Copy link
Collaborator

Missing release label release-12.13.0 on PR. Adding release label release-12.13.0 on PR and removing other release labels(release-12.14.0), as PR was cherry-picked in branch 12.13.0.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
release-12.13.0 Issue or pull request that will be included in release 12.13.0 team-identity
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants