Skip to content

Release/798.0.0#7869

Merged
ccharly merged 7 commits intomainfrom
release/798.0.0
Feb 9, 2026
Merged

Release/798.0.0#7869
ccharly merged 7 commits intomainfrom
release/798.0.0

Conversation

@ccharly
Copy link
Contributor

@ccharly ccharly commented Feb 9, 2026

Explanation

Major release of the multichain-account-service for the huge perf improvements of account providers state syncing + Minor release of account-tree-controller for getAccountContext which got removed from the service (similar implementation).

References

N/A

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
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.0 and publishes @metamask/multichain-account-service@6.0.0 (documenting a breaking performance refactor and API removals) alongside @metamask/account-tree-controller@4.1.0 (adding getAccountContext and 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-controller and/or @metamask/multichain-account-service dependency ranges, and updates yarn.lock accordingly.

Written by Cursor Bugbot for commit 7e36caa. This will update automatically on new commits. Configure here.


### Changed

- **BREAKING** A performance refactor was made around all the classes in this package ([#6654](https://github.com/MetaMask/core/pull/6654))
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Just realized the changelogs were not updated correctly:

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`.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@ccharly ccharly marked this pull request as ready for review February 9, 2026 12:04
@ccharly ccharly requested review from a team as code owners February 9, 2026 12:04
Copy link
Contributor

@cryptodev-2s cryptodev-2s left a comment

Choose a reason for hiding this comment

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

A small suggestion, otherwise looks good

Copy link
Contributor

Choose a reason for hiding this comment

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

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))

Copy link
Contributor Author

Choose a reason for hiding this comment

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

7e36caa

(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))
Copy link
Contributor

Choose a reason for hiding this comment

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

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))

Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
- `@metamask/multichain-account-service` (^6.0.0)

Copy link
Contributor

@cryptodev-2s cryptodev-2s left a comment

Choose a reason for hiding this comment

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

LGTM!

@ccharly ccharly added this pull request to the merge queue Feb 9, 2026
Merged via the queue into main with commit 03fc6df Feb 9, 2026
302 checks passed
@ccharly ccharly deleted the release/798.0.0 branch February 9, 2026 12:54
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.

2 participants