Release/1188.0.0 - #9827
Merged
Merged
Conversation
create-release-branch's "restore skipped-package changelogs" step checks out files from the local `main` branch, which was 23 commits stale in this clone. That reverted 27 unrelated packages' CHANGELOG.md files (shield-controller, wallet, subscription-controller, etc.) to their state as of ~Release 1181.0.0, silently dropping already-shipped release notes while their package.json versions stayed correct. Restores those files to match origin/main, leaving only the intended bridge-controller (79.0.x -> 79.1.0 minor) and bridge-status-controller dependency-range changes.
|
✅ No changelog changes needed. |
cryptodev-2s
approved these changes
Aug 11, 2026
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Explanation
Bridge Controller [79.1.0]
Added
slip44:5042asset ID instead of theerc20:0x0000...placeholder (#9796)Changed
@metamask/transaction-controllerfrom^69.5.0to^69.5.2(#9798, #9823)@metamask/accounts-controllerfrom^39.0.6to^39.1.0(#9791, #9807)@metamask/multichain-network-controllerfrom^3.2.2to^3.2.3(#9791)@metamask/assets-controllersfrom^111.0.0to^111.1.0(#9793)@metamask/assets-controllerfrom^13.1.1to^13.1.2(#9813)References
Checklist
Note
Low Risk
No runtime code changes in the diff—only versions, changelogs, and lockfile entries for a tagged release.
Overview
Release cut that bumps the core monorepo to 1188.0.0 and publishes
@metamask/bridge-controller79.1.0, with@metamask/bridge-status-controllerupdated to depend on bridge-controller ^79.1.0 andyarn.lockaligned.The 79.1.0 changelog (not new code in this diff) documents shipping Arc native USDC on
slip44:5042instead of a zero-address ERC-20 placeholder, plus routine dependency bumps on transaction-controller, accounts-controller, multichain-network-controller, and assets packages.Reviewed by Cursor Bugbot for commit 31a2562. Bugbot is set up for automated code reviews on this repo. Configure here.