-
Notifications
You must be signed in to change notification settings - Fork 5k
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
fix(multichain): use accounts{Added,Removed} to fetch/clear balances #25884
fix(multichain): use accounts{Added,Removed} to fetch/clear balances #25884
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. |
758e8a8
to
b4189dc
Compare
…ultichainAccounts callback
b4189dc
to
bd3dda9
Compare
Builds ready [bd3dda9]
Page Load Metrics (299 ± 256 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Builds ready [bd3dda9]
Page Load Metrics (299 ± 256 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #25884 +/- ##
===========================================
- Coverage 69.77% 69.69% -0.09%
===========================================
Files 1398 1401 +3
Lines 49165 49577 +412
Branches 13574 13701 +127
===========================================
+ Hits 34304 34548 +244
- Misses 14861 15029 +168 ☔ View full report in Codecov by Sentry. |
Builds ready [7008a68]
Page Load Metrics (63 ± 8 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
…hen fetching balances
2739b48
to
1e805b2
Compare
Builds ready [1e805b2]
Page Load Metrics (222 ± 228 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
…ce after account creation
Quality Gate passedIssues Measures |
Builds ready [9637c8e]
Page Load Metrics (174 ± 194 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Missing release label release-12.2.0 on PR. Adding release label release-12.2.0 on PR and removing other release labels(release-12.3.0), as PR was cherry-picked in branch 12.2.0. |
Description
Fixing the balances fetching that happens a bit too frequently.
Related issues
Fixes: https://github.com/MetaMask/accounts-planning/issues/527
Manual testing steps
yarn start:flask
Extra steps:
Network
tabs on your dev-tools and look for blockchair requestsAccountsController
should not trigger new fetches)Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist