Skip to content

Release/942.0.0#8613

Merged
OGPoyraz merged 4 commits intomainfrom
release/942.0.0
Apr 28, 2026
Merged

Release/942.0.0#8613
OGPoyraz merged 4 commits intomainfrom
release/942.0.0

Conversation

@OGPoyraz
Copy link
Copy Markdown
Member

@OGPoyraz OGPoyraz commented Apr 28, 2026

Explanation

Release 942.0.0 with major version bumps for two packages:

  • @metamask/transaction-controller 64.4.065.0.0
  • @metamask/transaction-pay-controller 19.3.020.0.0

@metamask/transaction-controller@65.0.0

Breaking: Adds KeyringControllerGetStateAction to AllowedActions to enable keyring-based EIP-7702 account compatibility checks in addTransactionBatch. Clients must add KeyringController:getState to the TransactionController messenger's allowed actions.

@metamask/transaction-pay-controller@20.0.0

Breaking: 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. The TransactionPayControllerMessenger now requires KeyringController:getState permission.

Dependency updates

14 packages had their @metamask/transaction-controller dependency range updated to ^65.0.0 with corresponding changelog entries under [Unreleased].

References

  • #8388 — EIP-7702 keyring compatibility
  • #8592 — Expose wipeTransactions via messenger
  • #8607 — Rename executeEnabledgaslessEnabled
  • #8577 — Across EIP-7702 authorization list fallback

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
Primarily a release/version bump, but it upgrades to @metamask/transaction-controller@65.0.0 and @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.0 and releases major updates for @metamask/transaction-controller (64.4.065.0.0) and @metamask/transaction-pay-controller (19.3.020.0.0).

Propagates @metamask/transaction-controller dependency range updates to ^65.0.0 across multiple packages (e.g. assets/bridge/network/shield/subscription/user-operation controllers) with corresponding [Unreleased] changelog entries, and updates yarn.lock accordingly.

Documents breaking changes in transaction-controller@65.0.0 (requires KeyringController:getState allowed action for EIP-7702 batch compatibility checks) and transaction-pay-controller@20.0.0 (requires KeyringController:getState to 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.


- `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))
Copy link
Copy Markdown
Member Author

@OGPoyraz OGPoyraz Apr 28, 2026

Choose a reason for hiding this comment

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

These changes are expected, we made mistake of adding these entries into previously released version 64.4.0 on original PR

@OGPoyraz OGPoyraz marked this pull request as ready for review April 28, 2026 10:57
@OGPoyraz OGPoyraz requested review from a team as code owners April 28, 2026 10:57
@Mrtenz
Copy link
Copy Markdown
Member

Mrtenz commented Apr 28, 2026

@metamaskbot update-changelogs

@metamaskbotv2
Copy link
Copy Markdown

metamaskbotv2 Bot commented Apr 28, 2026

✅ No changelog changes needed.

@OGPoyraz OGPoyraz added this pull request to the merge queue Apr 28, 2026
Merged via the queue into main with commit c05c0fb Apr 28, 2026
362 checks passed
@OGPoyraz OGPoyraz deleted the release/942.0.0 branch April 28, 2026 11:19
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.

3 participants