Release/1169.0.0 - #9758
Merged
Merged
Conversation
This comment has been minimized.
This comment has been minimized.
cryptodev-2s
reviewed
Aug 3, 2026
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 3117973. Configure here.
pedronfigueiredo
previously approved these changes
Aug 3, 2026
Member
Author
|
@metamaskbot update-changelogs |
|
✅ Changelogs updated and pushed. |
OGPoyraz
enabled auto-merge
August 3, 2026 11:51
cryptodev-2s
reviewed
Aug 3, 2026
cryptodev-2s
left a comment
Contributor
There was a problem hiding this comment.
Sorry some last suggestions
Co-authored-by: cryptodev-2s <109512101+cryptodev-2s@users.noreply.github.com>
Co-authored-by: cryptodev-2s <109512101+cryptodev-2s@users.noreply.github.com>
Co-authored-by: cryptodev-2s <109512101+cryptodev-2s@users.noreply.github.com>
Co-authored-by: cryptodev-2s <109512101+cryptodev-2s@users.noreply.github.com>
Co-authored-by: cryptodev-2s <109512101+cryptodev-2s@users.noreply.github.com>
Co-authored-by: cryptodev-2s <109512101+cryptodev-2s@users.noreply.github.com>
Co-authored-by: cryptodev-2s <109512101+cryptodev-2s@users.noreply.github.com>
Co-authored-by: cryptodev-2s <109512101+cryptodev-2s@users.noreply.github.com>
Co-authored-by: cryptodev-2s <109512101+cryptodev-2s@users.noreply.github.com>
Co-authored-by: cryptodev-2s <109512101+cryptodev-2s@users.noreply.github.com>
Co-authored-by: cryptodev-2s <109512101+cryptodev-2s@users.noreply.github.com>
Co-authored-by: cryptodev-2s <109512101+cryptodev-2s@users.noreply.github.com>
Co-authored-by: cryptodev-2s <109512101+cryptodev-2s@users.noreply.github.com>
Co-authored-by: cryptodev-2s <109512101+cryptodev-2s@users.noreply.github.com>
Co-authored-by: cryptodev-2s <109512101+cryptodev-2s@users.noreply.github.com>
cryptodev-2s
approved these changes
Aug 3, 2026
4 tasks
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
1169.0.0with version bumps for:@metamask/eth-json-rpc-middleware23.1.3→24.0.0(major)@metamask/network-controller35.0.0→35.0.1(patch)@metamask/eth-json-rpc-middleware@24.0.0Breaking: Add strict validation for
eth_sendTransactionandeth_signTransactionparams (#9482)to/data, malformedaccessList/authorizationListentries) or exceedMAX_TRANSACTION_PARAMS_SIZE_BYTESwhen serializedOther changes:
@metamask/utilsfrom^11.9.0to^11.11.0(#9074)@metamask/json-rpc-enginefrom^10.2.4to^10.5.0(#8661, #8746, #8753)@metamask/message-managerfrom^14.1.1to^14.1.2(#8755)pifydependency, which was no longer used in source (#9064)@metamask/network-controller@35.0.1@metamask/eth-json-rpc-middlewarefrom^23.1.3to^24.0.0(#9758)References
eth_sendTransaction/eth_signTransactionparamsChecklist
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.0by versioning packages and aligning dependents—no application source changes beyond manifests and changelogs.@metamask/eth-json-rpc-middleware@24.0.0is published with changelog release notes for the existing breaking strict validation oneth_sendTransaction/eth_signTransaction(schema, size limits, rejection of malformed or oversized params).@metamask/network-controller@35.0.1bumps its dependency on that middleware from^23.1.3to^24.0.0. Root and many workspace packages update@metamask/network-controllerto^35.0.1, with matching Unreleased changelog lines andyarn.lockresolution updates.Reviewed by Cursor Bugbot for commit 455c03b. Bugbot is set up for automated code reviews on this repo. Configure here.