Release 1102.0.0#9421
Merged
Merged
Conversation
|
✅ Changelogs updated and pushed. |
cryptodev-2s
approved these changes
Jul 7, 2026
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
Releases two packages needed to fix stuck/underpriced bridge smart transactions in the clients (extension + mobile).
@metamask/transaction-controller—68.2.2→68.3.0(minor)failTransactionmethod +TransactionController:failTransactionmessenger action (#9400) — fails a tx through the standard path, emittingtransactionFailed/transactionStatusUpdated/transactionFinished.isInternal) txs such as swaps and bridges (#9401).@metamask/messenger^1.2.0→^2.0.0(#9392).@metamask/smart-transactions-controller—24.2.4→25.0.0(major)TransactionController:failTransactioninstead ofupdateTransactionwhen a smart transaction is cancelled (#9400). Consumers must now grant the STX messenger access toTransactionController:failTransaction.@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
Uncategorized; breaking change marked)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.0that publishes@metamask/transaction-controller68.3.0and@metamask/smart-transactions-controller25.0.0, and rolls@metamask/transaction-controller^68.2.2→^68.3.0through dependent packages andyarn.lock.transaction-controller68.3.0(documented in its changelog for this release): addsfailTransaction/TransactionController:failTransactionso out-of-band failures emit normal lifecycle events; fixes advanced gas fees so they apply only to dApp txs, notisInternalbridge/swap txs.smart-transactions-controller25.0.0(breaking): on smart-tx cancel, callsfailTransactioninstead ofupdateTransaction; hosts must delegateTransactionController:failTransactionon 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.