Conversation
OGPoyraz
commented
Apr 28, 2026
|
|
||
| - `estimateGasBatch` now skips the EIP-7702 path when the account's keyring does not support it, falling back to per-transaction gas estimation ([#8388](https://github.com/MetaMask/core/pull/8388)) | ||
| - `doesAccountSupportEIP7702` now returns `false` instead of `true` when the account is not found in any keyring ([#8388](https://github.com/MetaMask/core/pull/8388)) | ||
| - **BREAKING:** Add `KeyringControllerGetStateAction` to `AllowedActions` to enable keyring-based EIP-7702 account compatibility checks in `addTransactionBatch` ([#8388](https://github.com/MetaMask/core/pull/8388)) |
Member
Author
There was a problem hiding this comment.
These changes are expected, we made mistake of adding these entries into previously released version 64.4.0 on original PR
jpuri
approved these changes
Apr 28, 2026
Member
|
@metamaskbot update-changelogs |
|
✅ No changelog changes needed. |
Mrtenz
approved these changes
Apr 28, 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
942.0.0with major version bumps for two packages:@metamask/transaction-controller64.4.0→65.0.0@metamask/transaction-pay-controller19.3.0→20.0.0@metamask/transaction-controller@65.0.0Breaking: Adds
KeyringControllerGetStateActiontoAllowedActionsto enable keyring-based EIP-7702 account compatibility checks inaddTransactionBatch. Clients must addKeyringController:getStateto the TransactionController messenger's allowed actions.@metamask/transaction-pay-controller@20.0.0Breaking: Fix mUSD conversion for hardware wallets on EIP-7702 chains by gating relay and Across 7702 paths on the account keyring type via
KeyringController:getState. TheTransactionPayControllerMessengernow requiresKeyringController:getStatepermission.Dependency updates
14 packages had their
@metamask/transaction-controllerdependency range updated to^65.0.0with corresponding changelog entries under[Unreleased].References
wipeTransactionsvia messengerexecuteEnabled→gaslessEnabledChecklist
Note
Medium Risk
Primarily a release/version bump, but it upgrades to
@metamask/transaction-controller@65.0.0and@metamask/transaction-pay-controller@20.0.0, which include breaking messenger permission/allowed-action changes that can break consumers at runtime if not updated.Overview
Bumps the monorepo version to
942.0.0and releases major updates for@metamask/transaction-controller(64.4.0→65.0.0) and@metamask/transaction-pay-controller(19.3.0→20.0.0).Propagates
@metamask/transaction-controllerdependency range updates to^65.0.0across multiple packages (e.g. assets/bridge/network/shield/subscription/user-operation controllers) with corresponding[Unreleased]changelog entries, and updatesyarn.lockaccordingly.Documents breaking changes in
transaction-controller@65.0.0(requiresKeyringController:getStateallowed action for EIP-7702 batch compatibility checks) andtransaction-pay-controller@20.0.0(requiresKeyringController:getStateto gate 7702 paths for hardware-wallet mUSD conversion).Reviewed by Cursor Bugbot for commit de55ba7. Bugbot is set up for automated code reviews on this repo. Configure here.