Release/1111.0.0 - #9456
Merged
Merged
Conversation
|
✅ No changelog changes needed. |
FrederikBolding
previously approved these changes
Jul 10, 2026
|
|
||
| ## [Unreleased] | ||
|
|
||
| ## [68.3.1] |
Member
There was a problem hiding this comment.
Should this not be a minor bump?
sahar-fehri
previously approved these changes
Jul 10, 2026
OGPoyraz
dismissed stale reviews from sahar-fehri and FrederikBolding
via
July 10, 2026 08:30
f98dc13
OGPoyraz
force-pushed
the
release/1111.0.0
branch
from
July 10, 2026 08:30
225c680 to
f98dc13
Compare
OGPoyraz
enabled auto-merge
July 10, 2026 08:32
FrederikBolding
approved these changes
Jul 10, 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
1111.0.0with version bumps for:@metamask/transaction-controller68.3.0→68.4.0(minor)@metamask/transaction-pay-controller24.0.0→24.0.1(patch)@metamask/transaction-controller@68.4.0Added
generateEIP7702BatchTransactionutility for building an ERC-7821execute(mode, calls)batch transaction from a list of nested transactions (#9298)@metamask/transaction-pay-controller@24.0.1Changed
@metamask/assets-controllerfrom^10.1.0to^10.2.0(#9450)@metamask/assets-controllersfrom^109.3.1to^109.4.0(#9450)@metamask/transaction-controllerfrom^68.3.0to^68.4.0(#9456)Dependency updates
15 packages had their
@metamask/transaction-controllerdependency range updated from^68.3.0to^68.4.0, with corresponding changelog entries under[Unreleased](earn-controllerandperps-controllerare omitted as they only consumetransaction-controlleras adevDependency— matching precedent from prior releases).References
generateEIP7702BatchTransaction(transaction-controller)Checklist
Note
Medium Risk
The change propagates a new transaction-controller minor across many packages that touch transaction flows; 68.4.0 is additive but wide blast radius warrants careful consumer integration testing.
Overview
Monorepo release
1111.0.0that cuts@metamask/transaction-controller68.4.0and@metamask/transaction-pay-controller24.0.1, and aligns dependents on the new transaction-controller range.@metamask/transaction-controller@68.4.0documents and ships thegenerateEIP7702BatchTransactionexport (ERC-7821execute(mode, calls)batch tx from nested transactions). Package version and changelog section[68.4.0]are added; root monorepo version moves1110.0.0→1111.0.0.Dependency sweep: many workspace packages (assets, bridge, client-utils, EIP-5792, gator-permissions, phishing, smart-transactions, wallet, etc.) bump
@metamask/transaction-controllerfrom^68.3.0to^68.4.0with matching[Unreleased]changelog lines;yarn.lockis updated.transaction-pay-controllerpatch24.0.1records the transaction-controller bump alongside its existing asset dependency updates.Reviewed by Cursor Bugbot for commit f98dc13. Bugbot is set up for automated code reviews on this repo. Configure here.