Merged
Conversation
ccharly
commented
Feb 9, 2026
|
|
||
| ### Changed | ||
|
|
||
| - **BREAKING** A performance refactor was made around all the classes in this package ([#6654](https://github.com/MetaMask/core/pull/6654)) |
Contributor
Author
There was a problem hiding this comment.
Just realized the changelogs were not updated correctly:
ccharly
commented
Feb 9, 2026
Comment on lines
-142
to
-148
| ### Removed | ||
|
|
||
| - **BREAKING** A performance refactor was made around all the classes in this package ([#6654](https://github.com/MetaMask/core/pull/6654)) | ||
| - Remove `#handleOnAccountAdded` and `#handleOnAccountRemoved` methods in `MultichainAccountService` due to internal state being updated within the service. | ||
| - Remove `getAccountContext` (and associated map) in the `MultichainAccountService` as the service no longer uses that method. | ||
| - Remove the `sync` method in favor of the sole `init` method for both `MultichainAccountWallet` and `MultichainAccountGroup`. | ||
|
|
Contributor
Author
There was a problem hiding this comment.
cryptodev-2s
reviewed
Feb 9, 2026
Contributor
cryptodev-2s
left a comment
There was a problem hiding this comment.
A small suggestion, otherwise looks good
Contributor
There was a problem hiding this comment.
Suggested change
| - Move peer dependencies for controller and service packages to direct dependencies ([#7209](https://github.com/MetaMask/core/pull/7209), [#7437](https://github.com/MetaMask/core/pull/7437), [#7515](https://github.com/MetaMask/core/pull/7515), [#7594](https://github.com/MetaMask/core/pull/7594), [#7550](https://github.com/MetaMask/core/pull/7550), [#7604](https://github.com/MetaMask/core/pull/7604), [#7642](https://github.com/MetaMask/core/pull/7642), [#7678](https://github.com/MetaMask/core/pull/7678), [#7713](https://github.com/MetaMask/core/pull/7713), [#7849](https://github.com/MetaMask/core/pull/7849), [#7869](https://github.com/MetaMask/core/pull/7869)) |
Contributor
Author
There was a problem hiding this comment.
(couldn't commit through GH, so I did it manually 🥹)
|
|
||
| ### Changed | ||
|
|
||
| - Bump `@metamask/multichain-account-service` from `^5.1.0` to `^6.0.0` ([#7869](https://github.com/MetaMask/core/pull/7869)) |
Contributor
There was a problem hiding this comment.
Nit: We can drop this new entry in favour of combining with the below
Suggested change
| - Bump `@metamask/multichain-account-service` from `^5.1.0` to `^6.0.0` ([#7869](https://github.com/MetaMask/core/pull/7869)) |
Contributor
There was a problem hiding this comment.
Suggested change
| - `@metamask/multichain-account-service` (^6.0.0) |
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
multichain-account-servicefor the huge perf improvements of account providers state syncing + Minor release ofaccount-tree-controllerforgetAccountContextwhich got removed from the service (similar implementation).References
N/A
Checklist
Note
Medium Risk
Version-only changes in this repo, but they introduce/propagate a major (
6.0.0) dependency with documented breaking API removals, which can cause downstream build/runtime issues if consumers rely on the removed methods.Overview
Updates the monorepo release to
798.0.0and publishes@metamask/multichain-account-service@6.0.0(documenting a breaking performance refactor and API removals) alongside@metamask/account-tree-controller@4.1.0(addinggetAccountContextand updating its dependency on the service).Propagates the new versions through dependent packages (
assets-controller,assets-controllers,earn-controller) by bumping their@metamask/account-tree-controllerand/or@metamask/multichain-account-servicedependency ranges, and updatesyarn.lockaccordingly.Written by Cursor Bugbot for commit 7e36caa. This will update automatically on new commits. Configure here.