@metamask-previews/transaction-controller 65.1.0-preview-938a7fe → 65.2.0-preview-d3f1b8bd9
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 -2
- 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
|
+
## [65.2.0]
|
|
11
|
+
|
|
10
12
|
### Added
|
|
11
13
|
|
|
12
14
|
- Expose missing public `TransactionController` methods through its messenger ([#8690](https://github.com/MetaMask/core/pull/8690))
|
|
@@ -18,11 +20,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
18
20
|
- `TransactionController:updateTransactionGasFees`
|
|
19
21
|
- Corresponding action types are available as well.
|
|
20
22
|
|
|
23
|
+
### Changed
|
|
24
|
+
|
|
25
|
+
- Bump `@metamask/gas-fee-controller` from `^26.1.1` to `^26.2.0` ([#8722](https://github.com/MetaMask/core/pull/8722))
|
|
26
|
+
|
|
21
27
|
## [65.1.0]
|
|
22
28
|
|
|
23
29
|
### Added
|
|
24
30
|
|
|
25
|
-
- Allow EIP-7702 authorizations from accounts in the Money keyring ([#8687](https://github.com/MetaMask/core/pull/8687))
|
|
31
|
+
- Allow EIP-7702 authorizations from accounts in the Money keyring ([#8687](https://github.com/MetaMask/core/pull/8687))
|
|
26
32
|
- Export `decodeAuthorizationSignature` utility that decodes a 65-byte EIP-7702 authorization signature into RLP-canonical `r`, `s`, and `yParity` ([#8656](https://github.com/MetaMask/core/pull/8656))
|
|
27
33
|
- All `eth_sendRawTransaction` failures are prefixed `RPC submit:` for failure-surface attribution in error metrics
|
|
28
34
|
- Add `revert?: RevertData` field to `TransactionMeta` exposing decoded revert reason and raw data from gas estimation, simulation, and receipt replay ([#8589](https://github.com/MetaMask/core/pull/8589))
|
|
@@ -2393,7 +2399,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
2393
2399
|
|
|
2394
2400
|
All changes listed after this point were applied to this package following the monorepo conversion.
|
|
2395
2401
|
|
|
2396
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@65.
|
|
2402
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@65.2.0...HEAD
|
|
2403
|
+
[65.2.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@65.1.0...@metamask/transaction-controller@65.2.0
|
|
2397
2404
|
[65.1.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@65.0.0...@metamask/transaction-controller@65.1.0
|
|
2398
2405
|
[65.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@64.4.0...@metamask/transaction-controller@65.0.0
|
|
2399
2406
|
[64.4.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@64.3.0...@metamask/transaction-controller@64.4.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/transaction-controller",
|
|
3
|
-
"version": "65.
|
|
3
|
+
"version": "65.2.0-preview-d3f1b8bd9",
|
|
4
4
|
"description": "Stores transactions alongside their periodically updated statuses and manages interactions such as approval and cancellation",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"@metamask/base-controller": "^9.1.0",
|
|
66
66
|
"@metamask/controller-utils": "^11.20.0",
|
|
67
67
|
"@metamask/core-backend": "^6.2.1",
|
|
68
|
-
"@metamask/gas-fee-controller": "^26.
|
|
68
|
+
"@metamask/gas-fee-controller": "^26.2.0",
|
|
69
69
|
"@metamask/messenger": "^1.2.0",
|
|
70
70
|
"@metamask/metamask-eth-abis": "^3.1.1",
|
|
71
71
|
"@metamask/network-controller": "^30.1.0",
|