Uh oh!
There was an error while loading. Please reload this page.
Release/1169.0.0 - #9758
Conversation
Uh oh!
There was an error while loading. Please reload this page.
This comment has been minimized.
This comment has been minimized.
Uh oh!
There was an error while loading. Please reload this page.
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.
Uh oh!
There was an error while loading. Please reload this page.
OGPoyraz
commented
Aug 3, 2026
@metamaskbot update-changelogs |
✅ Changelogs updated and pushed. |
cryptodev-2s
left a comment
There was a problem hiding this comment.
Sorry some last suggestions
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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>

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.