Release/1238.0.0 - #10124
Merged
Merged
Conversation
Record the 69.9.0 upgrade for packages that depend on transaction-controller, updating existing Unreleased bump lines in place.
jpuri
marked this pull request as ready for review
September 7, 2026 09:31
jpuri
enabled auto-merge
September 7, 2026 09:32
|
❌ Changelog validation failed. Check the workflow run for details. |
…og entries Keep 69.9.0 consumer-facing by removing test-helper, Typedoc, and lint-rule notes that auto-changelog left Uncategorized.
pedronfigueiredo
previously approved these changes
Sep 7, 2026
cryptodev-2s
reviewed
Sep 7, 2026
|
|
||
| ## [Unreleased] | ||
|
|
||
| ## [69.9.0] |
Contributor
There was a problem hiding this comment.
Fixes are considered as patches would you mind changing this ?
Suggested change
| ## [69.9.0] | |
| ## [69.8.1] |
Contributor
Author
There was a problem hiding this comment.
Done — @metamask/transaction-controller is now 69.8.1 (patch), and dependent ranges/changelogs are aligned to ^69.8.1.
Treat the gas-fee-token preflight fix as a patch bump instead of a minor, and align dependent ranges and changelogs.
cryptodev-2s
approved these changes
Sep 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
Release @metamask/transaction-controller.
References
https://consensyssoftware.atlassian.net/browse/CONF-1725
Checklist
Note
Medium Risk
The release propagates a transaction-controller fix in gas preflight and external-sign handling, which affects signing and fee flows across many packages even though the diff is mostly version bumps.
Overview
This release cuts
@metamask/transaction-controller69.8.1and rolls it through the monorepo as1238.0.0.The patch fixes gas fee token preflight: pending gas estimates are no longer treated as zero-cost native gas, and
isExternalSignis cleared when preflight validation fails (#10071). Dependent packages (assets, bridge, wallet, phishing, smart transactions, and others) only bump their@metamask/transaction-controllerrange to^69.8.1and record the bump in their changelogs;yarn.lockis updated accordingly. There is no new application logic outsidetransaction-controllerin this diff.Reviewed by Cursor Bugbot for commit a795ef5. Bugbot is set up for automated code reviews on this repo. Configure here.