Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
73bf006
Update Release 1169.0.0
OGPoyraz Aug 3, 2026
cbcb213
Add changelog entries for release/1169.0.0
OGPoyraz Aug 3, 2026
0693159
Fix changelogs
OGPoyraz Aug 3, 2026
3117973
Add patch release for @metamask/network-controller
OGPoyraz Aug 3, 2026
674bca4
Update dependents for @metamask/network-controller@35.0.1
OGPoyraz Aug 3, 2026
93e79a2
Push yarn.lock
OGPoyraz Aug 3, 2026
59ba3a5
chore: Update dependency bump changelog entries
github-actions[bot] Aug 3, 2026
4cecada
Update packages/assets-controller/CHANGELOG.md
OGPoyraz Aug 3, 2026
09d56c2
Update packages/assets-controllers/CHANGELOG.md
OGPoyraz Aug 3, 2026
2298a98
Update packages/bridge-controller/CHANGELOG.md
OGPoyraz Aug 3, 2026
b4d05be
Update packages/bridge-status-controller/CHANGELOG.md
OGPoyraz Aug 3, 2026
ef00431
Update packages/ens-controller/CHANGELOG.md
OGPoyraz Aug 3, 2026
a427236
Update packages/network-connection-banner-controller/CHANGELOG.md
OGPoyraz Aug 3, 2026
b53a993
Update packages/polling-controller/CHANGELOG.md
OGPoyraz Aug 3, 2026
e9f5f41
Update packages/sample-controllers/CHANGELOG.md
OGPoyraz Aug 3, 2026
554550d
Update packages/selected-network-controller/CHANGELOG.md
OGPoyraz Aug 3, 2026
e1002ad
Update packages/smart-transactions-controller/CHANGELOG.md
OGPoyraz Aug 3, 2026
1a7aa8f
Update packages/gas-fee-controller/CHANGELOG.md
OGPoyraz Aug 3, 2026
50d98c4
Update packages/gator-permissions-controller/CHANGELOG.md
OGPoyraz Aug 3, 2026
2badb51
Update packages/money-account-balance-service/CHANGELOG.md
OGPoyraz Aug 3, 2026
bdd7ab4
Update packages/money-account-upgrade-controller/CHANGELOG.md
OGPoyraz Aug 3, 2026
455c03b
Update packages/multichain-api-middleware/CHANGELOG.md
OGPoyraz Aug 3, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/core-monorepo",
"version": "1168.0.0",
"version": "1169.0.0",
"private": true,
"description": "Monorepo for packages shared between MetaMask clients",
"repository": {
Expand Down Expand Up @@ -71,7 +71,7 @@
"@metamask/eth-block-tracker": "^15.0.1",
"@metamask/eth-json-rpc-provider": "^6.0.1",
"@metamask/json-rpc-engine": "^10.5.0",
"@metamask/network-controller": "^35.0.0",
"@metamask/network-controller": "^35.0.1",
"@metamask/skills": "^0.1.0",
"@metamask/utils": "^11.11.0",
"@ts-bridge/cli": "^0.6.4",
Expand Down
4 changes: 4 additions & 0 deletions packages/accounts-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Bump `@metamask/network-controller` from `^35.0.0` to `^35.0.1` ([#9758](https://github.com/MetaMask/core/pull/9758))

## [39.0.6]

### Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/accounts-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@metamask/keyring-sdk": "^2.2.0",
"@metamask/keyring-utils": "^3.3.1",
"@metamask/messenger": "^2.0.0",
"@metamask/network-controller": "^35.0.0",
"@metamask/network-controller": "^35.0.1",
"@metamask/superstruct": "^3.1.0",
"@metamask/utils": "^11.11.0",
"deepmerge": "^4.2.2",
Expand Down
1 change: 1 addition & 0 deletions packages/assets-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Bump `@metamask/network-controller` from `^35.0.0` to `^35.0.1` ([#9758](https://github.com/MetaMask/core/pull/9758))
- Bump `@metamask/phishing-controller` from `^17.3.0` to `^17.3.1` ([#9746](https://github.com/MetaMask/core/pull/9746))

## [13.1.0]
Expand Down
2 changes: 1 addition & 1 deletion packages/assets-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@metamask/keyring-internal-api": "^11.0.2",
"@metamask/keyring-snap-client": "^9.2.1",
"@metamask/messenger": "^2.0.0",
"@metamask/network-controller": "^35.0.0",
"@metamask/network-controller": "^35.0.1",
"@metamask/network-enablement-controller": "^6.0.2",
"@metamask/permission-controller": "^13.1.1",
"@metamask/phishing-controller": "^17.3.1",
Expand Down
1 change: 1 addition & 0 deletions packages/assets-controllers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Bump `@metamask/network-controller` from `^35.0.0` to `^35.0.1` ([#9758](https://github.com/MetaMask/core/pull/9758))
- Bump `@metamask/phishing-controller` from `^17.3.0` to `^17.3.1` ([#9746](https://github.com/MetaMask/core/pull/9746))

## [110.1.0]
Expand Down
2 changes: 1 addition & 1 deletion packages/assets-controllers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@metamask/messenger": "^2.0.0",
"@metamask/metamask-eth-abis": "^3.1.1",
"@metamask/multichain-account-service": "^13.0.0",
"@metamask/network-controller": "^35.0.0",
"@metamask/network-controller": "^35.0.1",
"@metamask/network-enablement-controller": "^6.0.2",
"@metamask/permission-controller": "^13.1.1",
"@metamask/phishing-controller": "^17.3.1",
Expand Down
1 change: 1 addition & 0 deletions packages/bridge-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Bump `@metamask/network-controller` from `^35.0.0` to `^35.0.1` ([#9758](https://github.com/MetaMask/core/pull/9758))
- Bump `@metamask/assets-controller` from `^13.0.0` to `^13.1.0` ([#9743](https://github.com/MetaMask/core/pull/9743))
- Bump `@metamask/assets-controllers` from `^110.0.3` to `^110.1.0` ([#9743](https://github.com/MetaMask/core/pull/9743))

Expand Down
2 changes: 1 addition & 1 deletion packages/bridge-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@metamask/messenger": "^2.0.0",
"@metamask/metamask-eth-abis": "^3.1.1",
"@metamask/multichain-network-controller": "^3.2.2",
"@metamask/network-controller": "^35.0.0",
"@metamask/network-controller": "^35.0.1",
"@metamask/polling-controller": "^16.0.9",
"@metamask/profile-sync-controller": "^28.3.0",
"@metamask/remote-feature-flag-controller": "^5.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/bridge-status-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Bump `@metamask/network-controller` from `^35.0.0` to `^35.0.1` ([#9758](https://github.com/MetaMask/core/pull/9758))
- Bump `@metamask/bridge-controller` from `^78.0.2` to `^78.0.3` ([#9740](https://github.com/MetaMask/core/pull/9740))

## [74.6.1]
Expand Down
2 changes: 1 addition & 1 deletion packages/bridge-status-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@metamask/gas-fee-controller": "^26.3.1",
"@metamask/keyring-controller": "^27.1.0",
"@metamask/messenger": "^2.0.0",
"@metamask/network-controller": "^35.0.0",
"@metamask/network-controller": "^35.0.1",
"@metamask/polling-controller": "^16.0.9",
"@metamask/profile-sync-controller": "^28.3.0",
"@metamask/snaps-controllers": "^19.0.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/earn-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Bump `@metamask/network-controller` from `^35.0.0` to `^35.0.1` ([#9758](https://github.com/MetaMask/core/pull/9758))

## [12.2.3]

### Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/earn-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@metamask/controller-utils": "^12.3.0",
"@metamask/keyring-api": "^23.7.0",
"@metamask/messenger": "^2.0.0",
"@metamask/network-controller": "^35.0.0",
"@metamask/network-controller": "^35.0.1",
"@metamask/stake-sdk": "^3.2.1",
"reselect": "^5.1.1"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/ens-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Bump `@metamask/network-controller` from `^35.0.0` to `^35.0.1` ([#9758](https://github.com/MetaMask/core/pull/9758))

## [19.1.6]

### Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/ens-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@metamask/base-controller": "^9.1.0",
"@metamask/controller-utils": "^12.3.0",
"@metamask/messenger": "^2.0.0",
"@metamask/network-controller": "^35.0.0",
"@metamask/network-controller": "^35.0.1",
"@metamask/utils": "^11.11.0",
"punycode": "^2.1.1"
},
Expand Down
6 changes: 4 additions & 2 deletions packages/eth-json-rpc-middleware/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [24.0.0]

### Changed

- **BREAKING:** Add strict validation for `eth_sendTransaction` and `eth_signTransaction` params ([#9482](https://github.com/MetaMask/core/pull/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

- Bump `@metamask/utils` from `^11.9.0` to `^11.11.0` ([#9074](https://github.com/MetaMask/core/pull/9074))
- Bump `@metamask/json-rpc-engine` from `^10.2.4` to `^10.5.0` ([#8661](https://github.com/MetaMask/core/pull/8661), [#8746](https://github.com/MetaMask/core/pull/8746), [#8753](https://github.com/MetaMask/core/pull/8753))
- Bump `@metamask/message-manager` from `^14.1.1` to `^14.1.2` ([#8755](https://github.com/MetaMask/core/pull/8755))
Expand Down Expand Up @@ -106,7 +107,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- See [`MetaMask/eth-json-rpc-middleware`](https://github.com/MetaMask/eth-json-rpc-middleware/blob/main/CHANGELOG.md)
for the original changelog.

[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/eth-json-rpc-middleware@23.1.3...HEAD
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/eth-json-rpc-middleware@24.0.0...HEAD
[24.0.0]: https://github.com/MetaMask/core/compare/@metamask/eth-json-rpc-middleware@23.1.3...@metamask/eth-json-rpc-middleware@24.0.0
[23.1.3]: https://github.com/MetaMask/core/compare/@metamask/eth-json-rpc-middleware@23.1.2...@metamask/eth-json-rpc-middleware@23.1.3
[23.1.2]: https://github.com/MetaMask/core/compare/@metamask/eth-json-rpc-middleware@23.1.1...@metamask/eth-json-rpc-middleware@23.1.2
[23.1.1]: https://github.com/MetaMask/core/compare/@metamask/eth-json-rpc-middleware@23.1.0...@metamask/eth-json-rpc-middleware@23.1.1
Expand Down
2 changes: 1 addition & 1 deletion packages/eth-json-rpc-middleware/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/eth-json-rpc-middleware",
"version": "23.1.3",
"version": "24.0.0",
"description": "Ethereum-related json-rpc-engine middleware",
"keywords": [
"Ethereum",
Expand Down
4 changes: 4 additions & 0 deletions packages/gas-fee-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Bump `@metamask/network-controller` from `^35.0.0` to `^35.0.1` ([#9758](https://github.com/MetaMask/core/pull/9758))

## [26.3.1]

### Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/gas-fee-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@metamask/eth-query": "^4.0.0",
"@metamask/ethjs-unit": "^0.3.0",
"@metamask/messenger": "^2.0.0",
"@metamask/network-controller": "^35.0.0",
"@metamask/network-controller": "^35.0.1",
"@metamask/polling-controller": "^16.0.9",
"@metamask/utils": "^11.11.0",
"@types/bn.js": "^5.1.5",
Expand Down
4 changes: 4 additions & 0 deletions packages/gator-permissions-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Bump `@metamask/network-controller` from `^35.0.0` to `^35.0.1` ([#9758](https://github.com/MetaMask/core/pull/9758))

## [5.0.1]

### Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/gator-permissions-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@metamask/delegation-core": "^2.2.1",
"@metamask/delegation-deployments": "^1.4.0",
"@metamask/messenger": "^2.0.0",
"@metamask/network-controller": "^35.0.0",
"@metamask/network-controller": "^35.0.1",
"@metamask/snaps-controllers": "^19.0.0",
"@metamask/snaps-sdk": "^11.0.0",
"@metamask/snaps-utils": "^12.1.2",
Expand Down
4 changes: 4 additions & 0 deletions packages/money-account-balance-service/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Bump `@metamask/network-controller` from `^35.0.0` to `^35.0.1` ([#9758](https://github.com/MetaMask/core/pull/9758))

## [2.4.1]

### Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/money-account-balance-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@metamask/messenger": "^2.0.0",
"@metamask/metamask-eth-abis": "^3.1.1",
"@metamask/money-account-api-data-service": "^0.4.0",
"@metamask/network-controller": "^35.0.0",
"@metamask/network-controller": "^35.0.1",
"@metamask/remote-feature-flag-controller": "^5.0.0",
"@metamask/superstruct": "^3.1.0",
"@metamask/utils": "^11.11.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/money-account-upgrade-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Bump `@metamask/network-controller` from `^35.0.0` to `^35.0.1` ([#9758](https://github.com/MetaMask/core/pull/9758))

## [3.0.1]

### Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/money-account-upgrade-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@metamask/delegation-deployments": "^1.4.0",
"@metamask/keyring-controller": "^27.1.0",
"@metamask/messenger": "^2.0.0",
"@metamask/network-controller": "^35.0.0",
"@metamask/network-controller": "^35.0.1",
"@metamask/utils": "^11.11.0"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/multichain-api-middleware/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Bump `@metamask/network-controller` from `^35.0.0` to `^35.0.1` ([#9758](https://github.com/MetaMask/core/pull/9758))

## [4.0.2]

### Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/multichain-api-middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@metamask/chain-agnostic-permission": "^1.7.0",
"@metamask/controller-utils": "^12.3.0",
"@metamask/json-rpc-engine": "^10.5.0",
"@metamask/network-controller": "^35.0.0",
"@metamask/network-controller": "^35.0.1",
"@metamask/permission-controller": "^13.1.1",
"@metamask/rpc-errors": "^7.0.2",
"@metamask/snaps-controllers": "^19.0.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/multichain-network-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Bump `@metamask/network-controller` from `^35.0.0` to `^35.0.1` ([#9758](https://github.com/MetaMask/core/pull/9758))

## [3.2.2]

### Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/multichain-network-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@metamask/keyring-api": "^23.7.0",
"@metamask/keyring-internal-api": "^11.0.2",
"@metamask/messenger": "^2.0.0",
"@metamask/network-controller": "^35.0.0",
"@metamask/network-controller": "^35.0.1",
"@metamask/superstruct": "^3.1.0",
"@metamask/utils": "^11.11.0",
"@solana/addresses": "^2.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Bump `@metamask/network-controller` from `^35.0.0` to `^35.0.1` ([#9758](https://github.com/MetaMask/core/pull/9758))
- Bump `@metamask/network-enablement-controller` from `^6.0.1` to `^6.0.2` ([#9740](https://github.com/MetaMask/core/pull/9740))

## [0.1.2]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@metamask/connectivity-controller": "^0.3.0",
"@metamask/keyring-controller": "^27.1.0",
"@metamask/messenger": "^2.0.0",
"@metamask/network-controller": "^35.0.0",
"@metamask/network-controller": "^35.0.1",
"@metamask/network-enablement-controller": "^6.0.2",
"@metamask/utils": "^11.11.0",
"reselect": "^5.1.1"
Expand Down
9 changes: 8 additions & 1 deletion packages/network-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [35.0.1]

### Changed

- Bump `@metamask/eth-json-rpc-middleware` from `^23.1.3` to `^24.0.0` ([#9758](https://github.com/MetaMask/core/pull/9758))

## [35.0.0]

### Added
Expand Down Expand Up @@ -1265,7 +1271,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

All changes listed after this point were applied to this package following the monorepo conversion.

[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/network-controller@35.0.0...HEAD
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/network-controller@35.0.1...HEAD
[35.0.1]: https://github.com/MetaMask/core/compare/@metamask/network-controller@35.0.0...@metamask/network-controller@35.0.1
[35.0.0]: https://github.com/MetaMask/core/compare/@metamask/network-controller@34.0.0...@metamask/network-controller@35.0.0
[34.0.0]: https://github.com/MetaMask/core/compare/@metamask/network-controller@33.0.0...@metamask/network-controller@34.0.0
[33.0.0]: https://github.com/MetaMask/core/compare/@metamask/network-controller@32.0.0...@metamask/network-controller@33.0.0
Expand Down
4 changes: 2 additions & 2 deletions packages/network-controller/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/network-controller",
"version": "35.0.0",
"version": "35.0.1",
Comment thread
cursor[bot] marked this conversation as resolved.
"description": "Provides an interface to the currently selected network via a MetaMask-compatible provider object",
"keywords": [
"Ethereum",
Expand Down Expand Up @@ -61,7 +61,7 @@
"@metamask/controller-utils": "^12.3.0",
"@metamask/eth-block-tracker": "^15.0.1",
"@metamask/eth-json-rpc-infura": "^10.3.0",
"@metamask/eth-json-rpc-middleware": "^23.1.3",
"@metamask/eth-json-rpc-middleware": "^24.0.0",
"@metamask/eth-json-rpc-provider": "^6.0.1",
"@metamask/eth-query": "^4.0.0",
"@metamask/json-rpc-engine": "^10.5.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/network-enablement-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Bump `@metamask/network-controller` from `^35.0.0` to `^35.0.1` ([#9758](https://github.com/MetaMask/core/pull/9758))

## [6.0.2]

### Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/network-enablement-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@metamask/keyring-api": "^23.7.0",
"@metamask/messenger": "^2.0.0",
"@metamask/multichain-network-controller": "^3.2.2",
"@metamask/network-controller": "^35.0.0",
"@metamask/network-controller": "^35.0.1",
"@metamask/slip44": "^4.3.0",
"@metamask/transaction-controller": "^69.4.0",
"@metamask/utils": "^11.11.0",
Expand Down
1 change: 1 addition & 0 deletions packages/perps-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Bump `@metamask/network-controller` from `^35.0.0` to `^35.0.1` ([#9758](https://github.com/MetaMask/core/pull/9758))
- **BREAKING:** `placeOrder` now rejects `OrderParams.grouping: 'positionTpsl'` (and the equivalent `tpslLinkage: 'position'`) with `ORDER_TPSL_POSITION_LINKAGE_UNSUPPORTED`, where it was previously accepted and passed through to the exchange ([#9674](https://github.com/MetaMask/core/pull/9674))
- The rejection is not new behaviour so much as an earlier, clearer one: HyperLiquid requires every order in a `positionTpsl` batch to be a trigger, and the parent being placed is an ordinary market or limit order, so the venue rejected the whole batch. This was confirmed against HyperLiquid testnet rather than assumed. A caller that previously sent this combination did not get position-bound TP/SL; it got a failed submission, further from the call site and without a typed error.
- To bind TP/SL to the position, call `updatePositionTPSL` once the parent has filled — a position must exist before anything can be bound to it. To attach TP/SL to the order itself, use `tpslLinkage: 'order'` (legacy `grouping: 'normalTpsl'`), which is unchanged.
Expand Down
2 changes: 1 addition & 1 deletion packages/perps-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"@metamask/geolocation-controller": "^1.0.0",
"@metamask/keyring-controller": "^27.1.0",
"@metamask/keyring-internal-api": "^11.0.2",
"@metamask/network-controller": "^35.0.0",
"@metamask/network-controller": "^35.0.1",
"@metamask/profile-sync-controller": "^28.3.0",
"@metamask/remote-feature-flag-controller": "^5.0.0",
"@metamask/transaction-controller": "^69.4.0",
Expand Down
Loading