Release 970.0.0 - #8746
Merged
Merged
Conversation
FrederikBolding
temporarily deployed
to
default-branch
May 8, 2026 12:52 — with
GitHub Actions
Inactive
FrederikBolding
had a problem deploying
to
default-branch
May 8, 2026 12:52 — with
GitHub Actions
Failure
|
❌ Failed to push changelog fixes. Check the workflow run for details. |
FrederikBolding
marked this pull request as ready for review
May 8, 2026 12:54
FrederikBolding
enabled auto-merge
May 8, 2026 12:56
Mrtenz
approved these changes
May 8, 2026
Merged
github-merge-queue Bot
pushed a commit
that referenced
this pull request
May 8, 2026
## @metamask/chain-agnostic-permission ## [1.6.0] ### Added - Add `Eip1193Compatible` property in `KnownSessionProperties` enum to support EIP-1193-style connections established through `connect-evm` ([#8731](#8731)) - Set `sessionProperties: { 'eip1193-compatible': true }` in `getCaip25PermissionFromLegacyPermissions` so that legacy EIP-1193 permission requests are tagged as EIP-1193-compatible ([#8731](#8731)) ### Changed - Bump `@metamask/permission-controller` from `^12.2.1` to `^13.1.0` ([#8317](#8317), [#8661](#8661), [#8722](#8722)) - Bump `@metamask/controller-utils` from `^11.19.0` to `^11.20.0` ([#8344](#8344)) ## @metamask/multichain-api-middleware ## [3.1.0] ### Changed - Bump `@metamask/chain-agnostic-permission` from `^1.5.0` to `^1.6.0` ([#8290](#8749)) - Bump `@metamask/multichain-transactions-controller` from `^7.0.4` to `^7.1.0` ([#8665](#8665)) - Bump `@metamask/accounts-controller` from `^37.2.0` to `^38.0.0` ([#8665](#8665)) - Bump `@metamask/permission-controller` from `^13.0.0` to `^13.1.0` ([#8722](#8722)) - Bump `@metamask/json-rpc-engine` from `^10.3.0` to `^10.4.0` ([#8746](#8746)) <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Primarily version/changelog updates and dependency range bumps; no functional source changes are included in this diff, so runtime risk is low aside from typical release packaging/versioning issues. > > **Overview** > Bumps the monorepo release version to `971.0.0` and publishes new package versions for `@metamask/chain-agnostic-permission` (`1.6.0`) and `@metamask/multichain-api-middleware` (`3.1.0`). > > Updates changelogs and lockfile, and bumps downstream dependencies (`@metamask/eip1193-permission-middleware` and `@metamask/multichain-api-middleware`) to consume `@metamask/chain-agnostic-permission@^1.6.0`. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 90d6560. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
pull Bot
pushed a commit
to Reality2byte/core
that referenced
this pull request
Aug 3, 2026
## Explanation Release `1169.0.0` with version bumps for: - **`@metamask/eth-json-rpc-middleware`** `23.1.3` → `24.0.0` (major) - **`@metamask/network-controller`** `35.0.0` → `35.0.1` (patch) ### `@metamask/eth-json-rpc-middleware@24.0.0` **Breaking:** Add strict validation for `eth_sendTransaction` and `eth_signTransaction` params ([MetaMask#9482](MetaMask#9482)) - Reject requests whose params do not match the transaction schema (extraneous top-level keys, ill-typed fields such as non-hex `to`/`data`, malformed `accessList` / `authorizationList` entries) or exceed `MAX_TRANSACTION_PARAMS_SIZE_BYTES` when serialized - Prevents downstream normalization / PPOM WASM from crashing on deeply-nested junk fields or padded payloads and silently bypassing security scans Other changes: - Bump `@metamask/utils` from `^11.9.0` to `^11.11.0` ([MetaMask#9074](MetaMask#9074)) - Bump `@metamask/json-rpc-engine` from `^10.2.4` to `^10.5.0` ([MetaMask#8661](MetaMask#8661), [MetaMask#8746](MetaMask#8746), [MetaMask#8753](MetaMask#8753)) - Bump `@metamask/message-manager` from `^14.1.1` to `^14.1.2` ([MetaMask#8755](MetaMask#8755)) - Drop `pify` dependency, which was no longer used in source ([MetaMask#9064](MetaMask#9064)) ### `@metamask/network-controller@35.0.1` - Bump `@metamask/eth-json-rpc-middleware` from `^23.1.3` to `^24.0.0` ([MetaMask#9758](MetaMask#9758)) ## References - [MetaMask#9482](MetaMask#9482) — feat: validate `eth_sendTransaction` / `eth_signTransaction` params ## 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 release propagates a major middleware bump that rejects previously accepted malformed transaction RPC params; integrators on strict validation paths should expect possible breakage for non-conformant dapps, though this PR itself only changes versions and docs. > > **Overview** > This PR cuts **monorepo release `1169.0.0`** by versioning packages and aligning dependents—no application source changes beyond manifests and changelogs. > > **`@metamask/eth-json-rpc-middleware@24.0.0`** is published with changelog release notes for the existing **breaking** strict validation on `eth_sendTransaction` / `eth_signTransaction` (schema, size limits, rejection of malformed or oversized params). > > **`@metamask/network-controller@35.0.1`** bumps its dependency on that middleware from `^23.1.3` to `^24.0.0`. Root and many workspace packages update `@metamask/network-controller` to `^35.0.1`, with matching **Unreleased** changelog lines and **`yarn.lock`** resolution updates. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 455c03b. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY --> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: cryptodev-2s <109512101+cryptodev-2s@users.noreply.github.com>
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
Feature release for
json-rpc-engineintroducing a legacy version ofcreateOriginMiddleware.References
Checklist
Note
Low Risk
Primarily a coordinated version/dependency bump to
@metamask/json-rpc-engine@10.4.0plus changelog updates; no runtime logic changes in this diff beyond pulling in the new engine release.Overview
Bumps the monorepo release version to
970.0.0and publishes@metamask/json-rpc-engineas10.4.0(changelog notes the addition of the legacycreateOriginMiddleware).Updates dependent packages to require
@metamask/json-rpc-engine@^10.4.0, refreshes relatedCHANGELOG.mdentries, and updatesyarn.lockaccordingly.Reviewed by Cursor Bugbot for commit 1c24a4b. Bugbot is set up for automated code reviews on this repo. Configure here.