Release/1194.0.0 - #9886
Merged
Merged
Conversation
|
✅ Changelogs updated and pushed. |
ccharly
enabled auto-merge
August 14, 2026 15:56
cryptodev-2s
approved these changes
Aug 14, 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
Major release of the
AccountTreeControllerto expose the new:{import,export}Stateactions and a fix for theMultichainAccountService.References
N/A
Checklist
Note
High Risk
Major
@metamask/account-tree-controllerpropagates through many core packages; clients must adopt new messenger actions and handle breaking account-tree APIs even though this PR only versions artifacts.Overview
Monorepo release 1194.0.0 cuts new package versions and refreshes changelogs,
package.jsondependency ranges, andyarn.lock. There is no application source change in the diff—only release metadata.The headline bump is
@metamask/account-tree-controller8.0.0 (from 7.6.1), documenting the already-shipped breakingAccountTreeController:importState/exportStateAPIs (extra messenger registrations for multichain account creation and keyring access, password when exporting secrets). Downstream packages (assets-controller,assets-controllers,core-backend,earn-controller, bridge/transaction-pay, etc.) are republished with^8.0.0on account-tree and aligned bumps on@metamask/multichain-account-service^13.0.2 and@metamask/core-backend^8.1.2.Reviewed by Cursor Bugbot for commit 468d7c0. Bugbot is set up for automated code reviews on this repo. Configure here.