Release/1115.0.0 - #9464
Merged
Merged
Conversation
Contributor
Author
|
@metamaskbot update-changelogs |
This comment has been minimized.
This comment has been minimized.
|
✅ No changelog changes needed. |
cryptodev-2s
approved these changes
Jul 10, 2026
|
|
||
| ### Removed | ||
|
|
||
| - Removed use of v1 `createAccount` entirely ([#9460](https://github.com/MetaMask/core/pull/9460)) |
Contributor
There was a problem hiding this comment.
Should this be a breaking change ?
Collaborator
There was a problem hiding this comment.
I talked to Charly and we will revert this release and re-create it.
4 tasks
pull Bot
pushed a commit
to dmrazzy/core
that referenced
this pull request
Jul 10, 2026
This reverts commit e0d5853.
pull Bot
pushed a commit
to dmrazzy/core
that referenced
this pull request
Jul 10, 2026
## Explanation Re-releasing: - MetaMask#9464 And adding the `transaction-controller` as well. ## 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](https://github.com/MetaMask/core/tree/main/docs/processes/updating-changelogs.md) - [ ] I've introduced [breaking changes](https://github.com/MetaMask/core/tree/main/docs/processes/breaking-changes.md) in this PR and have prepared draft pull requests for clients and consumer packages to resolve them <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **High Risk** > Breaking changes to transaction gas-fee callbacks and Snap account creation affect wallet clients broadly; the release also propagates `transaction-controller@69` through many dependent packages. > > **Overview** > **Monorepo release `1115.0.0`** that cuts new package versions and refreshes workspace dependency ranges and `yarn.lock`; the diff is version/changelog/lockfile only, not new feature code in this PR. > > The notable **breaking** releases bundled here are **`@metamask/transaction-controller@69.0.0`** and **`@metamask/multichain-account-service@13.0.0`**. Transaction controller expands saved-gas-fee support and requires injectors of `getSavedGasFees` to take **`TransactionMeta`** instead of a chain id. Multichain account service **drops the legacy v1 `createAccount` path** so Snap account creation must go through **`createAccounts`**. > > Smaller feature bumps ride along via changelog entries already in those releases—e.g. **`@metamask/client-utils@1.1.0`** maps **`assetActivation` / `assetDeactivation`** in activity mappers, and **`@metamask/network-enablement-controller@5.5.0`** adds Robinhood Chain to popular networks. Dozens of controllers and middleware packages are patch/minor releases that mainly **align on `transaction-controller@^69.0.0`**, **`accounts-controller@^39.0.5`**, and related dependency bumps ([MetaMask#9470](MetaMask#9470)). > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 7d936de. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY --> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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
Releasing the
multichain-account-serviceto drop the oldcreateAccountv1 flow from BIP-44 Snaps.Also releasing the
accounts-controllerto re-align the@metamask/eth-snap-keyringmajor version in the clients dep tree.References
N/A
Checklist
Note
Medium Risk
Ships behavioral account-creation changes (v1 createAccount removal) and eth-snap-keyring major alignment via dependency bumps, though this PR only changes versions and lockfiles.
Overview
Monorepo release
1115.0.0that cuts and wires new versions of@metamask/accounts-controller(39.0.5) and@metamask/multichain-account-service(12.1.0), then bumps those dependencies (and changelogs /yarn.lock) across the affected workspace packages.multichain-account-service@12.1.0(documented for this release) drops the legacy v1createAccountpath for BIP-44 Snaps in favor ofcreateAccounts, to avoid side effects such as auto-selecting a non-EVM account after creation that conflict with the group model.accounts-controller@39.0.5is a patch release that realigns declared dependencies—notably@metamask/eth-snap-keyring^23.0.0—so client dependency trees pick up the intended major version alongside related keyring/messenger bumps already noted in that package’s changelog.No runtime source changes appear in this diff; it is version, changelog,
package.json, and lockfile updates to publish the above.Reviewed by Cursor Bugbot for commit 8a3e6a0. Bugbot is set up for automated code reviews on this repo. Configure here.