Skip to content

Release/1187.0.0 - #9822

Closed
OGPoyraz wants to merge 4 commits into
mainfrom
release/1187.0.0
Closed

Release/1187.0.0#9822
OGPoyraz wants to merge 4 commits into
mainfrom
release/1187.0.0

Conversation

@OGPoyraz

@OGPoyrazOGPoyraz commented Aug 11, 2026

Copy link
Copy Markdown
Member

Explanation

Release 1187.0.0 with a minor version bump for:

  • @metamask/transaction-controller69.5.169.6.0

@metamask/transaction-controller@69.6.0

Changed

  • Bump @metamask/accounts-controller from ^39.0.7 to ^39.1.0 (#9807)

Fixed

  • Skip resimulation check when failing incomplete transactions at startup, preventing a crash when isSimulationEnabled depends on controllers not yet registered (#9821)

Dependency updates

17 packages had their @metamask/transaction-controller dependency range updated to ^69.6.0 with 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/wallet

References

  • #9807 — Bump @metamask/accounts-controller
  • #9821 — Skip resimulation check when failing incomplete transactions at startup

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
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 plus yarn.lock so their @metamask/transaction-controller range 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-controller and a startup fix that skips the resimulation path when failing incomplete transactions, avoiding a crash when isSimulationEnabled runs 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.

@OGPoyraz
OGPoyraz requested review from a team as code ownersAugust 11, 2026 13:13
@metamask-ci

Copy link
Copy Markdown

✅ Changelogs updated and pushed.


## [Unreleased]

## [69.6.0]

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

it looks like this could be a patch release instead

Copy link
Copy Markdown
MemberAuthor

Choose a reason for hiding this comment

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

@OGPoyraz
OGPoyraz deleted the release/1187.0.0 branch August 11, 2026 13:41
Sign up for freeto 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.

3 participants

@OGPoyraz@jpuri@cryptodev-2s