@metamask-previews/perps-controller 10.0.0-preview-ed03d2513 → 10.0.0-preview-abbcfa61d

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -38,6 +38,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
38
38
 
39
39
  ### Changed
40
40
 
41
+ - Bump `@metamask/account-tree-controller` from `^7.5.5` to `^7.6.0` ([#9779](https://github.com/MetaMask/core/pull/9779))
41
42
  - Bump `@metamask/network-controller` from `^35.0.0` to `^35.0.1` ([#9758](https://github.com/MetaMask/core/pull/9758))
42
43
  - **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))
43
44
  - 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/perps-controller",
3
- "version": "10.0.0-preview-ed03d2513",
3
+ "version": "10.0.0-preview-abbcfa61d",
4
4
  "description": "Controller for perpetual trading functionality in MetaMask",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -110,16 +110,16 @@
110
110
  "uuid": "^8.3.2"
111
111
  },
112
112
  "devDependencies": {
113
- "@metamask/account-tree-controller": "^7.5.5",
113
+ "@metamask/account-tree-controller": "^7.6.0",
114
114
  "@metamask/authenticated-user-storage": "^3.0.1",
115
115
  "@metamask/auto-changelog": "^6.1.0",
116
116
  "@metamask/geolocation-controller": "^1.0.0",
117
117
  "@metamask/keyring-controller": "^27.1.0",
118
118
  "@metamask/keyring-internal-api": "^11.0.2",
119
119
  "@metamask/network-controller": "^35.0.1",
120
- "@metamask/profile-sync-controller": "^28.3.0",
120
+ "@metamask/profile-sync-controller": "^29.0.0",
121
121
  "@metamask/remote-feature-flag-controller": "^5.0.0",
122
- "@metamask/transaction-controller": "^69.4.0",
122
+ "@metamask/transaction-controller": "^69.5.0",
123
123
  "@ts-bridge/cli": "^0.6.4",
124
124
  "@types/jest": "^30.0.0",
125
125
  "@types/uuid": "^8.3.0",