Uh oh!
There was an error while loading. Please reload this page.
Release/1187.0.0 - #9822
Closed
OGPoyraz wants to merge 4 commits into
Closed
Conversation
✅ Changelogs updated and pushed. |
OGPoyrazforce-pushed
the
release/1187.0.0
branch
from
August 11, 2026 13:18
a369703 to
fe40294Comparejpuri
approved these changes
Aug 11, 2026
| ## [Unreleased] | ||
| ## [69.6.0] |
Contributor
There was a problem hiding this comment.
it looks like this could be a patch release instead
MemberAuthor
There was a problem hiding this comment.
Sorry @cryptodev-2s accidentally replaced here: https://github.com/MetaMask/core/pull/9823/files
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 freeto 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
Release
1187.0.0with a minor version bump for:@metamask/transaction-controller69.5.1→69.6.0@metamask/transaction-controller@69.6.0Changed
@metamask/accounts-controllerfrom^39.0.7to^39.1.0(#9807)Fixed
isSimulationEnableddepends on controllers not yet registered (#9821)Dependency updates
17 packages had their
@metamask/transaction-controllerdependency range updated to^69.6.0with corresponding changelog entries under[Unreleased]:@metamask/assets-controller,@metamask/assets-controllers,@metamask/bridge-controller,@metamask/bridge-status-controller,@metamask/client-utils,@metamask/eip-5792-middleware,@metamask/gator-permissions-controller,@metamask/money-account-utils,@metamask/network-enablement-controller,@metamask/phishing-controller,@metamask/profile-metrics-controller,@metamask/shield-controller,@metamask/smart-transactions-controller,@metamask/subscription-controller,@metamask/transaction-pay-controller,@metamask/user-operation-controller,@metamask/walletReferences
@metamask/accounts-controllerChecklist
Note
Medium Risk
Touches transaction-controller and many downstream packages that depend on it; the shipped fix is in startup/incomplete-tx handling, which is user-facing but narrowly scoped.
Overview
This is a release PR for the core monorepo at version 1187.0.0. It cuts
@metamask/transaction-controller69.6.0 (from 69.5.1) and updates 17+ workspace packages plusyarn.lockso their@metamask/transaction-controllerrange is^69.6.0, with matching[Unreleased]changelog notes.The 69.6.0 release content (documented in the transaction-controller changelog, not new code in this diff) includes a dependency bump on
@metamask/accounts-controllerand a startup fix that skips the resimulation path when failing incomplete transactions, avoiding a crash whenisSimulationEnabledruns before dependent controllers are registered.Reviewed by Cursor Bugbot for commit 0bb4ff6. Bugbot is set up for automated code reviews on this repo. Configure here.