<!--
Please submit this PR as a draft initially.
Do not mark it as "Ready for review" until the template has been
completely filled out, and PR status checks have passed at least once.
-->
<!--
Write a short description of the changes included in this pull request,
also include relevant motivation and context. Have in mind the following
questions:
1. What is the reason for the change?
2. What is the improvement/solution?
-->
- Bump of `@metamask/assets-controllers` dependency from `^108.5.0` to
`^109.0.0` after new [core
release](MetaMask/core#9078)
- Removed `TransactionController:incomingTransactionsReceived` from
`TokenBalancesController` since described as breaking change in the
[`@metamask/assets-controllers`
CHANGELOG](https://github.com/MetaMask/core/pull/9078/changes#diff-2f986b0c95bbc85106e03a1488e264023e3c500a078db85033a92e7b4da66f2fR10)
<!--
If this PR is not End-User-Facing and should not show up in the
CHANGELOG, you can choose to either:
1. Write `CHANGELOG entry: null`
2. Label with `no-changelog`
If this PR is End-User-Facing, please write a short User-Facing
description in the past tense like:
`CHANGELOG entry: Added a new tab for users to see their NFTs`
`CHANGELOG entry: Fixed a bug that was causing some NFTs to flicker`
(This helps the Release Engineer do their job more quickly and
accurately)
-->
CHANGELOG entry: Bump `@metamask/assets-controllers` from 108.5.0 to
109.0.0
Fixes:
1. Go to this page...
2.
3.
<!-- If applicable, add screenshots and/or recordings to visualize the
before and after of your change. -->
<!-- [screenshots/recordings] -->
<!-- [screenshots/recordings] -->
- [X] I've followed [MetaMask Contributor
Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask
Extension Coding
Standards](https://github.com/MetaMask/metamask-extension/blob/main/.github/guidelines/CODING_GUIDELINES.md).
- [X] I've completed the PR template to the best of my ability
- [X] I’ve included tests if applicable
- [ ] I’ve documented my code using [JSDoc](https://jsdoc.app/) format
if applicable
- [X] I’ve applied the right labels on the PR (see [labeling
guidelines](https://github.com/MetaMask/metamask-extension/blob/main/.github/guidelines/LABELING_GUIDELINES.md)).
Not required for external contributors.
- [ ] I've manually tested the PR (e.g. pull and build branch, run the
app, test code being changed).
- [ ] I confirm that this PR addresses all acceptance criteria described
in the ticket it closes and includes the necessary testing evidence such
as recordings and or screenshots.
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> **Medium Risk**
> Token balance updates may no longer react to incoming transactions via
TokenBalancesController; verify balance refresh still behaves correctly
after the assets-controllers breaking change.
>
> **Overview**
> Bumps **`@metamask/assets-controllers`** from **108.5.0** to
**109.0.0** (with lockfile updates, including
**`@metamask/transaction-controller` 67.1.0**) and records the change in
**CHANGELOG**.
>
> Aligns the extension with upstream breaking changes by **removing**
`TransactionController:incomingTransactionsReceived` from the
**TokenBalancesController** messenger allowlist in
`token-balances-controller-messenger.ts`, so token balance refresh is no
longer wired to that transaction event here.
>
> Regenerates **LavaMoat** browserify/webpack policies for the new
dependency graph (e.g. nested
`@metamask/assets-controller>@metamask/assets-controllers`, updated
**TanStack query-core** package paths, and simplified
**keyring-controller** references for transaction-pay).
>
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit
e8cc21a. Bugbot is set up for automated
code reviews on this repo. Configure
[here](https://www.cursor.com/dashboard/bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
---------
Co-authored-by: MetaMask Bot <metamaskbot@users.noreply.github.com>
Description
@metamask/assets-controllersdependency from^108.5.0to^109.0.0after new corerelease
TransactionController:incomingTransactionsReceivedfromTokenBalancesControllersince described as breaking change in the@metamask/assets-controllersCHANGELOG
Changelog
CHANGELOG entry: Bump
@metamask/assets-controllersfrom 108.5.0 to109.0.0
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Docs and MetaMask
Extension Coding
Standards.
if applicable
guidelines).
Not required for external contributors.
Pre-merge reviewer checklist
app, test code being changed).
in the ticket it closes and includes the necessary testing evidence such
as recordings and or screenshots.
Note
Medium Risk
Token balance updates may no longer react to incoming transactions via
TokenBalancesController; verify balance refresh still behaves correctly
after the assets-controllers breaking change.
Overview
Bumps
@metamask/assets-controllersfrom 108.5.0 to109.0.0 (with lockfile updates, including
@metamask/transaction-controller67.1.0) and records the change inCHANGELOG.
Aligns the extension with upstream breaking changes by removing
TransactionController:incomingTransactionsReceivedfrom theTokenBalancesController messenger allowlist in
token-balances-controller-messenger.ts, so token balance refresh is nolonger wired to that transaction event here.
Regenerates LavaMoat browserify/webpack policies for the new
dependency graph (e.g. nested
@metamask/assets-controller>@metamask/assets-controllers, updatedTanStack query-core package paths, and simplified
keyring-controller references for transaction-pay).
Reviewed by Cursor Bugbot for commit
e8cc21a. Bugbot is set up for automated
code reviews on this repo. Configure
here.
Co-authored-by: MetaMask Bot metamaskbot@users.noreply.github.com aeb7d21