Release/1109.0.0#9450
Merged
Merged
Conversation
|
✅ Changelogs updated and pushed. |
sahar-fehri
approved these changes
Jul 9, 2026
pull Bot
pushed a commit
to dmrazzy/core
that referenced
this pull request
Jul 10, 2026
## Explanation Release `1111.0.0` with version bumps for: - **`@metamask/transaction-controller`** `68.3.0` → `68.4.0` (minor) - **`@metamask/transaction-pay-controller`** `24.0.0` → `24.0.1` (patch) ### `@metamask/transaction-controller@68.4.0` #### Added - Export `generateEIP7702BatchTransaction` utility for building an ERC-7821 `execute(mode, calls)` batch transaction from a list of nested transactions ([MetaMask#9298](MetaMask#9298)) ### `@metamask/transaction-pay-controller@24.0.1` #### Changed - Bump `@metamask/assets-controller` from `^10.1.0` to `^10.2.0` ([MetaMask#9450](MetaMask#9450)) - Bump `@metamask/assets-controllers` from `^109.3.1` to `^109.4.0` ([MetaMask#9450](MetaMask#9450)) - Bump `@metamask/transaction-controller` from `^68.3.0` to `^68.4.0` ([MetaMask#9456](MetaMask#9456)) ### Dependency updates 15 packages had their `@metamask/transaction-controller` dependency range updated from `^68.3.0` to `^68.4.0`, with corresponding changelog entries under `[Unreleased]` (`earn-controller` and `perps-controller` are omitted as they only consume `transaction-controller` as a `devDependency` — matching precedent from prior releases). ## References - [MetaMask#9298](MetaMask#9298) — Export `generateEIP7702BatchTransaction` (transaction-controller) - [MetaMask#9450](MetaMask#9450) — Bump assets-controller/assets-controllers (transaction-pay-controller) ## 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 - [x] I've communicated my changes to consumers by [updating changelogs for packages I've changed](https://github.com/MetaMask/core/tree/main/docs/processes/updating-changelogs.md) - [ ] I've introduced [breaking changes](https://github.com/MetaMask/core/tree/main/docs/processes/breaking-changes.md) in this PR and have prepared draft pull requests for clients and consumer packages to resolve them <!-- CURSOR_SUMMARY --> --- > [!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.0`** that cuts **`@metamask/transaction-controller` `68.4.0`** and **`@metamask/transaction-pay-controller` `24.0.1`**, and aligns dependents on the new transaction-controller range. > > **`@metamask/transaction-controller@68.4.0`** documents and ships the **`generateEIP7702BatchTransaction`** export (ERC-7821 `execute(mode, calls)` batch tx from nested transactions). Package version and changelog section **`[68.4.0]`** are added; root monorepo version moves **`1110.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-controller`** from **`^68.3.0`** to **`^68.4.0`** with matching **`[Unreleased]`** changelog lines; **`yarn.lock`** is updated. **`transaction-pay-controller`** patch **`24.0.1`** records the transaction-controller bump alongside its existing asset dependency updates. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit f98dc13. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
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
[Asset Controller 10.2.0]
Added
4663/0x1237) inMulticallClient(#9443)Changed
MulticallClientmemoizesbalanceOfandgetEthBalancecall encodings per account address when building multicall batches, reducing redundant ABI encoding for wallets with many tokens (#9425)@metamask/transaction-controllerfrom^68.2.2to^68.3.0(#9421)@metamask/keyring-apifrom^23.3.0to^23.5.0(#9390)@metamask/keyring-snap-clientfrom^9.0.2to^9.2.0(#9390)@metamask/account-tree-controllerfrom^7.5.3to^7.5.4(#9429)@metamask/assets-controllersfrom^109.3.0to^109.3.1(#9429)@metamask/assets-controllersfrom^109.3.0to^109.4.0(#9429, #9450)[Assets-Controllers 109.4.0]
Added
4663/0x1237) entries inmulticall.tsandcodefi-v2.ts(#9443)References
Checklist
Note
Low Risk
Version and changelog/lockfile coordination only; functional changes are additive chain support and multicall encoding optimizations described in prior PRs.
Overview
Cuts monorepo release
1109.0.0by bumping published package versions and aligning dependent packages andyarn.lock.@metamask/assets-controller10.2.0documents Robinhood Chain (4663/0x1237) support inMulticallClient, memoizedbalanceOf/getEthBalanceencodings in multicall batches, and several dependency bumps (including@metamask/assets-controllersto^109.4.0).@metamask/assets-controllers109.4.0documents Robinhood Chain entries inmulticall.tsandcodefi-v2.ts.bridge-controllerandtransaction-pay-controllerupdate theirpackage.jsondependencies to@metamask/assets-controller^10.2.0and@metamask/assets-controllers^109.4.0, with matching changelog notes.Reviewed by Cursor Bugbot for commit c721375. Bugbot is set up for automated code reviews on this repo. Configure here.