-
Notifications
You must be signed in to change notification settings - Fork 5.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: account sync - primary SRP filtering, bulk accounts creation and synced accounts limit removal #30317 #30529
feat: account sync - primary SRP filtering, bulk accounts creation and synced accounts limit removal #30317 #30529
Conversation
…d synced accounts limit removal
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. |
Updated dependencies detected. Learn more about Socket for GitHub ↗︎
|
Builds ready [015c562]
Page Load Metrics (1979 ± 134 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
@@ -1267,6 +1268,7 @@ export default class MetamaskController extends EventEmitter { | |||
state: initState.UserStorageController, | |||
config: { | |||
accountSyncing: { | |||
maxNumberOfAccountsToAdd: isProduction() ? undefined : 100, |
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.
This jumps out at me as something that we won't detect as a problem some months down the line because in tests it doesn't show up.
I suspect I half know the reason for this but I wonder if we are still bound by the same constraints here
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.
@mirceanis The QA team would know, believe me 😂 When we didn't have a limit, we (righfully) received a lot of complaints.
But yeah, jokes aside, there's no clear way of testing this because we don't expose the result of this config publicly from the controller.
But all in all, I'd say last week incident was in fact caught by @cmd-ob so I'm confident to include this line as well
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.
got it, but can we make it a bigger number, and something unique that would raise eyebrows, like 420 or 1337?
Description
This PR bumps:
@metamask/profile-sync-controller
from^7.0.1
to^8.1.0
This package bump alongside the files changed will ensure that:
Related issues
Related to:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist