chore: upgrade to v60#32321
Merged
Merged
Conversation
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. |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Collaborator
✨ Files requiring CODEOWNER review ✨🔄 @MetaMask/swaps-engineers
🖥️ @MetaMask/wallet-ux
|
Collaborator
Builds ready [530da94]
UI Startup Metrics (1200 ± 59 ms)
Sum of mean exceeds: 0ms | Sum of p95 exceeds: 1ms Sum of all benchmark exceeds: 1ms Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Collaborator
Builds ready [6348b0b]
UI Startup Metrics (1207 ± 59 ms)
Benchmark value 1942 exceeds gate value 1615 for firefox webpack home mean uiStartup Benchmark value 1657 exceeds gate value 1380 for firefox webpack home mean load Benchmark value 1657 exceeds gate value 1380 for firefox webpack home mean domContentLoaded Benchmark value 107 exceeds gate value 100 for firefox webpack home mean domInteractive Benchmark value 29 exceeds gate value 26 for firefox webpack home mean backgroundConnect Benchmark value 45 exceeds gate value 38 for firefox webpack home mean firstReactRender Benchmark value 18 exceeds gate value 15 for firefox webpack home mean getState Benchmark value 1632 exceeds gate value 1360 for firefox webpack home mean loadScripts Benchmark value 2342 exceeds gate value 1935 for firefox webpack home p95 uiStartup Benchmark value 2004 exceeds gate value 1660 for firefox webpack home p95 load Benchmark value 2003 exceeds gate value 1660 for firefox webpack home p95 domContentLoaded Benchmark value 177 exceeds gate value 156 for firefox webpack home p95 domInteractive Benchmark value 53 exceeds gate value 49 for firefox webpack home p95 backgroundConnect Benchmark value 64 exceeds gate value 50 for firefox webpack home p95 firstReactRender Benchmark value 43 exceeds gate value 32 for firefox webpack home p95 getState Benchmark value 1974 exceeds gate value 1630 for firefox webpack home p95 loadScripts Sum of mean exceeds: 1173ms | Sum of p95 exceeds: 1488ms Sum of all benchmark exceeds: 2661ms Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Collaborator
Builds ready [bf3a4f0]
UI Startup Metrics (1234 ± 69 ms)
Benchmark value 1235 exceeds gate value 1234 for chrome browserify home mean uiStartup Benchmark value 1072 exceeds gate value 1070 for chrome browserify home mean load Benchmark value 1066 exceeds gate value 1061 for chrome browserify home mean domContentLoaded Benchmark value 1368 exceeds gate value 1365 for chrome browserify home p95 uiStartup Benchmark value 1214 exceeds gate value 1190 for chrome browserify home p95 load Benchmark value 1208 exceeds gate value 1180 for chrome browserify home p95 domContentLoaded Benchmark value 963 exceeds gate value 940 for chrome browserify home p95 loadScripts Benchmark value 2250 exceeds gate value 2192 for chrome webpack home mean uiStartup Benchmark value 1763 exceeds gate value 1711 for chrome webpack home mean load Benchmark value 1756 exceeds gate value 1704 for chrome webpack home mean domContentLoaded Benchmark value 1747 exceeds gate value 1699 for chrome webpack home mean loadScripts Benchmark value 2561 exceeds gate value 2454 for chrome webpack home p95 uiStartup Benchmark value 2128 exceeds gate value 2030 for chrome webpack home p95 load Benchmark value 2122 exceeds gate value 2005 for chrome webpack home p95 domContentLoaded Benchmark value 346 exceeds gate value 334 for chrome webpack home p95 firstPaint Benchmark value 2096 exceeds gate value 1970 for chrome webpack home p95 loadScripts Sum of mean exceeds: 218ms | Sum of p95 exceeds: 538ms Sum of all benchmark exceeds: 756ms Bundle size diffs [🚀 Bundle size reduced!]
|
sahar-fehri
approved these changes
May 1, 2025
Collaborator
Builds ready [9743747]
UI Startup Metrics (1198 ± 64 ms)
Benchmark value 1250 exceeds gate value 1239 for firefox browserify home mean domContentLoaded Benchmark value 1232 exceeds gate value 1230 for firefox browserify home mean loadScripts Sum of mean exceeds: 18ms | Sum of p95 exceeds: 0ms Sum of all benchmark exceeds: 18ms Bundle size diffs [🚀 Bundle size reduced!]
|
darkwing
approved these changes
May 1, 2025
GustavoRSSilva
approved these changes
May 1, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This update upgrades the asset controllers to version 60, which introduces important changes to the
TokensController:TokensControllerto eliminate reliance on a single selected network (#5659).TokensControllermethods now requirenetworkClientIdto be explicitly passed as a parameter.chainId, enabling multi-chain token handling and improving reliability across network changes.chainId.Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist