@metamask-previews/perps-controller 8.2.0-preview-ed0047684 → 8.3.0-preview-a8fd340
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.
- package/CHANGELOG.md +9 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [8.3.0]
|
|
11
|
+
|
|
10
12
|
### Added
|
|
11
13
|
|
|
12
14
|
- Add Terminal API integration for market data, controlled via `useTerminalApi` parameter on `GetMarketsParams` / `GetMarketDataWithPricesParams` ([#9137](https://github.com/MetaMask/core/pull/9137))
|
|
@@ -26,6 +28,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
26
28
|
|
|
27
29
|
- Bump `@metamask/controller-utils` from `^12.2.0` to `^12.3.0` ([#9218](https://github.com/MetaMask/core/pull/9218))
|
|
28
30
|
|
|
31
|
+
### Fixed
|
|
32
|
+
|
|
33
|
+
- Add a 10-second fetch timeout to `TerminalMarketService` so a stalled Terminal API degrades to the provider promptly instead of blocking indefinitely ([#9224](https://github.com/MetaMask/core/pull/9224))
|
|
34
|
+
- Only override the provider display name when Terminal supplies a non-null value, preventing symbol fallback from replacing good provider names ([#9224](https://github.com/MetaMask/core/pull/9224))
|
|
35
|
+
|
|
29
36
|
## [8.2.0]
|
|
30
37
|
|
|
31
38
|
### Added
|
|
@@ -410,7 +417,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
410
417
|
|
|
411
418
|
- Bump `@metamask/controller-utils` from `^11.18.0` to `^11.19.0` ([#7995](https://github.com/MetaMask/core/pull/7995))
|
|
412
419
|
|
|
413
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/perps-controller@8.
|
|
420
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/perps-controller@8.3.0...HEAD
|
|
421
|
+
[8.3.0]: https://github.com/MetaMask/core/compare/@metamask/perps-controller@8.2.0...@metamask/perps-controller@8.3.0
|
|
414
422
|
[8.2.0]: https://github.com/MetaMask/core/compare/@metamask/perps-controller@8.1.0...@metamask/perps-controller@8.2.0
|
|
415
423
|
[8.1.0]: https://github.com/MetaMask/core/compare/@metamask/perps-controller@8.0.0...@metamask/perps-controller@8.1.0
|
|
416
424
|
[8.0.0]: https://github.com/MetaMask/core/compare/@metamask/perps-controller@7.0.0...@metamask/perps-controller@8.0.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/perps-controller",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.3.0-preview-a8fd340",
|
|
4
4
|
"description": "Controller for perpetual trading functionality in MetaMask",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
"uuid": "^8.3.2"
|
|
109
109
|
},
|
|
110
110
|
"devDependencies": {
|
|
111
|
-
"@metamask/account-tree-controller": "^7.5.
|
|
111
|
+
"@metamask/account-tree-controller": "^7.5.3",
|
|
112
112
|
"@metamask/auto-changelog": "^6.1.0",
|
|
113
113
|
"@metamask/geolocation-controller": "^0.1.3",
|
|
114
114
|
"@metamask/keyring-controller": "^27.1.0",
|