@metamask-previews/smart-transactions-controller 24.2.2-preview-6da9f2b → 24.2.3-preview-2a256aff2
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 +8 -2
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -7,9 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [24.2.3]
|
|
11
|
+
|
|
10
12
|
### Changed
|
|
11
13
|
|
|
12
|
-
- Bump `@metamask/transaction-controller` from `^68.0.1` to `^68.1.
|
|
14
|
+
- Bump `@metamask/transaction-controller` from `^68.0.1` to `^68.1.1` ([#9203](https://github.com/MetaMask/core/pull/9203), [#9218](https://github.com/MetaMask/core/pull/9218))
|
|
15
|
+
- Bump `@metamask/controller-utils` from `^12.2.0` to `^12.3.0` ([#9218](https://github.com/MetaMask/core/pull/9218))
|
|
16
|
+
- Bump `@metamask/network-controller` from `^32.0.0` to `^33.0.0` ([#9218](https://github.com/MetaMask/core/pull/9218))
|
|
17
|
+
- Bump `@metamask/polling-controller` from `^16.0.6` to `^16.0.7` ([#9218](https://github.com/MetaMask/core/pull/9218))
|
|
13
18
|
|
|
14
19
|
## [24.2.2]
|
|
15
20
|
|
|
@@ -20,5 +25,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
20
25
|
- Bump `@metamask/transaction-controller` from `^68.0.0` to `^68.0.1` ([#9177](https://github.com/MetaMask/core/pull/9177))
|
|
21
26
|
- Drop unused dependencies `@ethereumjs/tx`, `@ethereumjs/util`, and `fast-json-patch` ([#9139](https://github.com/MetaMask/core/pull/9139))
|
|
22
27
|
|
|
23
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/smart-transactions-controller@24.2.
|
|
28
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/smart-transactions-controller@24.2.3...HEAD
|
|
29
|
+
[24.2.3]: https://github.com/MetaMask/core/compare/@metamask/smart-transactions-controller@24.2.2...@metamask/smart-transactions-controller@24.2.3
|
|
24
30
|
[24.2.2]: https://github.com/MetaMask/core/releases/tag/@metamask/smart-transactions-controller@24.2.2
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/smart-transactions-controller",
|
|
3
|
-
"version": "24.2.
|
|
3
|
+
"version": "24.2.3-preview-2a256aff2",
|
|
4
4
|
"description": "Improves success rates for swaps by trialing transactions privately and finding minimum fees",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -58,16 +58,16 @@
|
|
|
58
58
|
"@ethersproject/keccak256": "^5.8.0",
|
|
59
59
|
"@ethersproject/transactions": "^5.7.0",
|
|
60
60
|
"@metamask/base-controller": "^9.1.0",
|
|
61
|
-
"@metamask/controller-utils": "^12.
|
|
61
|
+
"@metamask/controller-utils": "^12.3.0",
|
|
62
62
|
"@metamask/eth-json-rpc-provider": "^6.0.1",
|
|
63
63
|
"@metamask/eth-query": "^4.0.0",
|
|
64
64
|
"@metamask/messenger": "^1.2.0",
|
|
65
|
-
"@metamask/network-controller": "^
|
|
66
|
-
"@metamask/polling-controller": "^16.0.
|
|
65
|
+
"@metamask/network-controller": "^33.0.0",
|
|
66
|
+
"@metamask/polling-controller": "^16.0.7",
|
|
67
67
|
"@metamask/profile-sync-controller": "^28.2.0",
|
|
68
68
|
"@metamask/remote-feature-flag-controller": "^4.2.2",
|
|
69
69
|
"@metamask/superstruct": "^3.1.0",
|
|
70
|
-
"@metamask/transaction-controller": "^68.1.
|
|
70
|
+
"@metamask/transaction-controller": "^68.1.1",
|
|
71
71
|
"@metamask/utils": "^11.11.0",
|
|
72
72
|
"bignumber.js": "^9.1.2",
|
|
73
73
|
"lodash": "^4.17.21",
|