Skip to content

Release/923.0.0#8509

Merged
Prithpal-Sooriya merged 6 commits intomainfrom
release/923.0.0
Apr 17, 2026
Merged

Release/923.0.0#8509
Prithpal-Sooriya merged 6 commits intomainfrom
release/923.0.0

Conversation

@Prithpal-Sooriya
Copy link
Copy Markdown
Contributor

@Prithpal-Sooriya Prithpal-Sooriya commented Apr 17, 2026

Explanation

  • Bump @metamask/assets-controllers from "104.0.0" to "^104.1.0"

References

Checklist

  • I've updated the test suite for new or updated code as appropriate
  • I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate
  • I've communicated my changes to consumers by updating changelogs for packages I've changed
  • I've introduced breaking changes in this PR and have prepared draft pull requests for clients and consumer packages to resolve them

Note

Medium Risk
Primarily a version/dependency bump, but it pulls in @metamask/assets-controllers@104.1.0 which changes multichain asset scanning behavior (Blockaid re-scan and stricter fail-closed handling) and could affect token visibility/performance.

Overview
Bumps the monorepo release version to 923.0.0 and releases @metamask/assets-controllers as 104.1.0.

Updates downstream packages (assets-controller, bridge-controller, transaction-pay-controller) to depend on @metamask/assets-controllers@^104.1.0, updates yarn.lock, and records the bump in the affected changelogs (including the new 104.1.0 entry).

Reviewed by Cursor Bugbot for commit 0ceb172. Bugbot is set up for automated code reviews on this repo. Configure here.

Comment thread packages/assets-controller/package.json
Comment thread packages/bridge-controller/package.json
Comment thread packages/transaction-pay-controller/package.json
"@metamask/account-tree-controller": "^7.1.0",
"@metamask/accounts-controller": "^37.2.0",
"@metamask/assets-controllers": "^104.0.0",
"@metamask/assets-controllers": "^104.1.0",
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dependency bump.

{
"name": "@metamask/assets-controllers",
"version": "104.0.0",
"version": "104.1.0",
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Main package release

"@metamask/accounts-controller": "^37.2.0",
"@metamask/assets-controller": "^6.0.0",
"@metamask/assets-controllers": "^104.0.0",
"@metamask/assets-controllers": "^104.1.0",
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dependency bump.

"@ethersproject/providers": "^5.7.0",
"@metamask/assets-controller": "^6.0.0",
"@metamask/assets-controllers": "^104.0.0",
"@metamask/assets-controllers": "^104.1.0",
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dependency bump.

@Prithpal-Sooriya Prithpal-Sooriya marked this pull request as ready for review April 17, 2026 13:13
@Prithpal-Sooriya Prithpal-Sooriya requested review from a team as code owners April 17, 2026 13:13
Comment thread packages/assets-controllers/CHANGELOG.md Outdated
Comment thread packages/assets-controllers/CHANGELOG.md
Comment thread packages/assets-controllers/CHANGELOG.md Outdated
Comment thread packages/assets-controllers/CHANGELOG.md
Comment thread packages/assets-controllers/CHANGELOG.md
Copy link
Copy Markdown
Contributor

@bergarces bergarces Apr 17, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are a lot of changelog linting changes here. Is that expected?

Edit: They look mostly ok though, so not blocking for me. Just wondering.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes was done by the yarn create-release-branch script. It fixed some areas, but also found some issues which are now resolved.

Comment thread packages/assets-controllers/CHANGELOG.md
Comment thread packages/assets-controllers/CHANGELOG.md
Comment on lines +1707 to +1709
- **BREAKING:** Bump `@metamask/keyring-controller` peer dependency from `^18.0.0` to `^19.0.0` ([#4195](https://github.com/MetaMask/core/pull/4195))
- **BREAKING:** Bump `@metamask/accounts-controller` peer dependency from `^19.0.0` to `^20.0.0` ([#4195](https://github.com/MetaMask/core/pull/4195))
- **BREAKING:** Bump `@metamask/preferences-controller` peer dependency from `^14.0.0` to `^15.0.0` ([#4195](https://github.com/MetaMask/core/pull/4195))
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

create-release-branch change.
This is incorrect, should be PR 4956

Comment thread packages/assets-controllers/CHANGELOG.md
Comment on lines +12 to +15
### Uncategorized

- chore: Enable Oxfmt for generating method action types files ([#8498](https://github.com/MetaMask/core/pull/8498))
- chore: Format changelogs with Oxfmt ([#8442](https://github.com/MetaMask/core/pull/8442))
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be removed.

create-release-branch had mostly corrected most of the changelog formatting. But has some issues that were highlighted and  captured.
Copy link
Copy Markdown
Contributor Author

@Prithpal-Sooriya Prithpal-Sooriya Apr 17, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Formatting changes on this file were done by create-release-branch (or a formatter ran on top of this). I've reviewed the changes made, but another pair of eyes would be great.

I've added resolved comments that you can open in some areas for this changelog.


- Update token rate request key to handle when new tokens are detected inside the `TokenRatesController` ([#5531](https://github.com/MetaMask/core/pull/5311)))
- Update `CurrencyRateController` to prevent undefined or empty currencies from being queried ([#5458](https://github.com/MetaMask/core/pull/5458)))
- Update token rate request key to handle when new tokens are detected inside the `TokenRatesController`) ([#5531](https://github.com/MetaMask/core/pull/5531))
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TY script, this is correct now

Comment on lines +1702 to +1704
- **BREAKING:** Bump `@metamask/keyring-controller` peer dependency from `^18.0.0` to `^19.0.0` ([#4956](https://github.com/MetaMask/core/pull/4956))
- **BREAKING:** Bump `@metamask/accounts-controller` peer dependency from `^19.0.0` to `^20.0.0` ([#4956](https://github.com/MetaMask/core/pull/4956))
- **BREAKING:** Bump `@metamask/preferences-controller` peer dependency from `^14.0.0` to `^15.0.0` ([#4956](https://github.com/MetaMask/core/pull/4956))
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Manually fixed. Link was correct, text needed fixing.

changelog:validate does not work well with our formatter.
bergarces
bergarces previously approved these changes Apr 17, 2026
Comment thread packages/assets-controllers/CHANGELOG.md Outdated
mcmire
mcmire previously approved these changes Apr 17, 2026
Copy link
Copy Markdown
Contributor

@mcmire mcmire left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One minor comment, but the release looks valid at least. LGTM.

@Prithpal-Sooriya Prithpal-Sooriya dismissed stale reviews from mcmire and bergarces via 0ceb172 April 17, 2026 15:36
Copy link
Copy Markdown
Contributor

@mcmire mcmire left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@Prithpal-Sooriya Prithpal-Sooriya added this pull request to the merge queue Apr 17, 2026
Merged via the queue into main with commit e30c0b1 Apr 17, 2026
350 checks passed
@Prithpal-Sooriya Prithpal-Sooriya deleted the release/923.0.0 branch April 17, 2026 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants