chore: bump assets controllers to v100.2.0#27228
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. |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
app/core/Engine/controllers/account-tracker-controller-init.test.ts
Outdated
Show resolved
Hide resolved
app/core/Engine/controllers/account-tracker-controller-init.test.ts
Outdated
Show resolved
Hide resolved
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsE2E Test Selection: Performance Test Selection: |
|
✅ E2E Fixture Validation — Schema is up to date |
|



Description
Bumps
@metamask/assets-controllerstov100.2.0and wires up the two new features introduced in that release:AccountTrackerController— homepage sections v1 flag (core#8117): WhenisHomepageSectionsV1Enabledistrue, the controller uses all popular EVM networks (viaNetworkEnablementController:listPopularEvmNetworks) for balance refresh on account change and keyring unlock, instead of only the enabled networks. TheAccountTrackerControllermessenger is extended to delegate the two newNetworkEnablementControlleractions it requires.selectBalanceForAllWallets— network configurations: Passes merged EVM + non-EVM (core#8141):networkConfigurationsByChainId(viaselectNetworkConfigurations) as an additional argument tocalculateBalanceForAllWallets, enabling the balance calculation to be aware of all configured networks.Changelog
CHANGELOG entry: null
Related issues
Fixes: #23862
Manual testing steps
Screenshots/Recordings
N/A — no UI changes.
Before
N/A
After
N/A
Pre-merge author checklist
Pre-merge reviewer checklist