Skip to content

Release 1102.0.0#9421

Merged
cloudonshore merged 3 commits into
mainfrom
release/1102.0.0
Jul 7, 2026
Merged

Release 1102.0.0#9421
cloudonshore merged 3 commits into
mainfrom
release/1102.0.0

Conversation

@cloudonshore

@cloudonshore cloudonshore commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Explanation

Releases two packages needed to fix stuck/underpriced bridge smart transactions in the clients (extension + mobile).

@metamask/transaction-controller68.2.268.3.0 (minor)

  • Added: failTransaction method + TransactionController:failTransaction messenger action (#9400) — fails a tx through the standard path, emitting transactionFailed/transactionStatusUpdated/transactionFinished.
  • Fixed: Only apply user-saved (advanced) gas fees to dApp transactions; ignored for internal (isInternal) txs such as swaps and bridges (#9401).
  • Changed: Bump @metamask/messenger ^1.2.0^2.0.0 (#9392).

@metamask/smart-transactions-controller24.2.425.0.0 (major)

  • Changed (BREAKING): Fail the associated regular transaction via TransactionController:failTransaction instead of updateTransaction when a smart transaction is cancelled (#9400). Consumers must now grant the STX messenger access to TransactionController:failTransaction.
  • Changed: Bump @metamask/messenger ^1.2.0^2.0.0 (#9392).

All other changed packages are intentionally-skip (owned by other teams); dependent version ranges were updated automatically.

References

Checklist

  • I've followed the release process
  • Changelogs reviewed and categorized (no Uncategorized; breaking change marked)
  • Version bumps follow SemVer (STX major for the breaking messenger change)

Note

Medium Risk
Touches transaction failure signaling and gas on internal bridge flows; STX 25.0.0 is a breaking messenger permission change for extension/mobile integrators.

Overview
Monorepo release 1102.0.0 that publishes @metamask/transaction-controller 68.3.0 and @metamask/smart-transactions-controller 25.0.0, and rolls @metamask/transaction-controller ^68.2.2^68.3.0 through dependent packages and yarn.lock.

transaction-controller 68.3.0 (documented in its changelog for this release): adds failTransaction / TransactionController:failTransaction so out-of-band failures emit normal lifecycle events; fixes advanced gas fees so they apply only to dApp txs, not isInternal bridge/swap txs.

smart-transactions-controller 25.0.0 (breaking): on smart-tx cancel, calls failTransaction instead of updateTransaction; hosts must delegate TransactionController:failTransaction on the STX messenger.

Other touched packages in the diff are mainly version/changelog dependency bumps tied to this release, not new feature code in those files.

Reviewed by Cursor Bugbot for commit c423a08. Bugbot is set up for automated code reviews on this repo. Configure here.

@cloudonshore cloudonshore requested review from a team as code owners July 7, 2026 21:54
@mm-token-exchange-service

Copy link
Copy Markdown

✅ Changelogs updated and pushed.

@cloudonshore cloudonshore added this pull request to the merge queue Jul 7, 2026
Merged via the queue into main with commit 6b38b9a Jul 7, 2026
417 checks passed
@cloudonshore cloudonshore deleted the release/1102.0.0 branch July 7, 2026 22:42
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