-
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
chore(deps): bump assets controller to v34.0.0 #25540
chore(deps): bump assets controller to v34.0.0 #25540
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. |
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/@metamask/[email protected], npm/@metamask/[email protected] |
@metamaskbot update-policies |
const supportsInterfaceStub = jest.fn().mockResolvedValue(false); | ||
jest | ||
.spyOn(metamaskController.tokensController, '_createEthersContract') | ||
.mockResolvedValue({ supportsInterface: supportsInterfaceStub }); | ||
|
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.
No longer part of tokens controller
const supportsInterfaceStub = jest.fn().mockResolvedValue(false); | ||
jest | ||
.spyOn(metamaskController.tokensController, '_createEthersContract') | ||
.mockResolvedValue({ supportsInterface: supportsInterfaceStub }); |
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.
No longer part of tokens controller
Policy update failed. You can review the logs or retry the policy update here |
…ansaction-controllers
@metamaskbot update-policies |
Policies updated |
…ansaction-controllers
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #25540 +/- ##
===========================================
+ Coverage 69.68% 69.70% +0.02%
===========================================
Files 1358 1358
Lines 48079 48064 -15
Branches 13262 13260 -2
===========================================
- Hits 33501 33499 -2
+ Misses 14578 14565 -13 ☔ View full report in Codecov by Sentry. |
Builds ready [463b447]
Page Load Metrics (139 ± 190 ms)
Bundle size diffs [🚀 Bundle size reduced!]
|
…ansaction-controllers
Builds ready [53617fe]
Page Load Metrics (156 ± 163 ms)
Bundle size diffs [🚀 Bundle size reduced!]
|
I did run a very small tests where I add tokens, and it was working fine: Screen.Recording.2024-06-28.at.12.06.04.mov |
Builds ready [0485474]
Page Load Metrics (275 ± 289 ms)
Bundle size diffs [🚀 Bundle size reduced!]
|
Tested mac sonoma 14.5, Chrome 126.0.6478.127 and Firefox: 127.0.2
Observed some delay on Polygon asset prices in Firefox, but on retest was not able to reproduce and prices appeared immediately after import. LGTM! |
Description
This PR bumps
@metamask/assets-controllers
to^34.0.0
.Related issues
Fixes https://github.com/MetaMask/accounts-planning/issues/481
Manual testing steps
This PR affects all assets related tokens
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist