@metamask-previews/transaction-controller 38.1.0-preview-39249b0 → 38.2.0-preview-db2c53b
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 +17 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [38.2.0]
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
|
|
14
|
+
- Add staking transaction types ([#4874](https://github.com/MetaMask/core/pull/4874))
|
|
15
|
+
- `stakingClaim`
|
|
16
|
+
- `stakingDeposit`
|
|
17
|
+
- `stakingUnstake`
|
|
18
|
+
|
|
19
|
+
### Changed
|
|
20
|
+
|
|
21
|
+
- Bump `@metamask/controller-utils` from `^11.4.1` to `^11.4.2` ([#4870](https://github.com/MetaMask/core/pull/4870))
|
|
22
|
+
- Bump `@metamask/accounts-controller` from `^18.2.2` to `^18.2.3` ([#4870](https://github.com/MetaMask/core/pull/4870))
|
|
23
|
+
- Bump `@metamask/network-controller` from `^22.0.0` to `^22.0.1` ([#4870](https://github.com/MetaMask/core/pull/4870))
|
|
24
|
+
|
|
10
25
|
## [38.1.0]
|
|
11
26
|
|
|
12
27
|
### Added
|
|
@@ -1088,7 +1103,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1088
1103
|
|
|
1089
1104
|
All changes listed after this point were applied to this package following the monorepo conversion.
|
|
1090
1105
|
|
|
1091
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@38.
|
|
1106
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@38.2.0...HEAD
|
|
1107
|
+
[38.2.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@38.1.0...@metamask/transaction-controller@38.2.0
|
|
1092
1108
|
[38.1.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@38.0.0...@metamask/transaction-controller@38.1.0
|
|
1093
1109
|
[38.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@37.3.0...@metamask/transaction-controller@38.0.0
|
|
1094
1110
|
[37.3.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@37.2.0...@metamask/transaction-controller@37.3.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/transaction-controller",
|
|
3
|
-
"version": "38.
|
|
3
|
+
"version": "38.2.0-preview-db2c53b",
|
|
4
4
|
"description": "Stores transactions alongside their periodically updated statuses and manages interactions such as approval and cancellation",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"@ethersproject/contracts": "^5.7.0",
|
|
55
55
|
"@ethersproject/providers": "^5.7.0",
|
|
56
56
|
"@metamask/base-controller": "^7.0.2",
|
|
57
|
-
"@metamask/controller-utils": "^11.4.
|
|
57
|
+
"@metamask/controller-utils": "^11.4.2",
|
|
58
58
|
"@metamask/eth-query": "^4.0.0",
|
|
59
59
|
"@metamask/metamask-eth-abis": "^3.1.1",
|
|
60
60
|
"@metamask/nonce-tracker": "^6.0.0",
|
|
@@ -69,14 +69,14 @@
|
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
71
|
"@babel/runtime": "^7.23.9",
|
|
72
|
-
"@metamask/accounts-controller": "^18.2.
|
|
72
|
+
"@metamask/accounts-controller": "^18.2.3",
|
|
73
73
|
"@metamask/approval-controller": "^7.1.1",
|
|
74
74
|
"@metamask/auto-changelog": "^3.4.4",
|
|
75
75
|
"@metamask/eth-json-rpc-provider": "^4.1.6",
|
|
76
76
|
"@metamask/ethjs-provider-http": "^0.3.0",
|
|
77
77
|
"@metamask/gas-fee-controller": "^22.0.0",
|
|
78
78
|
"@metamask/keyring-api": "^8.1.3",
|
|
79
|
-
"@metamask/network-controller": "^22.0.
|
|
79
|
+
"@metamask/network-controller": "^22.0.1",
|
|
80
80
|
"@types/bn.js": "^5.1.5",
|
|
81
81
|
"@types/jest": "^27.4.1",
|
|
82
82
|
"@types/node": "^16.18.54",
|