@metamask-previews/transaction-controller 69.4.0-preview-ed03d2513 → 69.5.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.
- package/CHANGELOG.md +5 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,12 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [69.5.0]
|
|
11
|
+
|
|
10
12
|
### Added
|
|
11
13
|
|
|
12
14
|
- Add optional `authorizationList` to `TransactionBatchRequest` so callers can include pre-signed EIP-7702 authorizations (e.g. Money Account upgrades) alongside any upgrade authorization generated for the batch payer (`from`) ([#9765](https://github.com/MetaMask/core/pull/9765))
|
|
13
15
|
|
|
14
16
|
### Changed
|
|
15
17
|
|
|
18
|
+
- Bump `@metamask/core-backend` from `^8.1.0` to `^8.1.1` ([#9779](https://github.com/MetaMask/core/pull/9779))
|
|
16
19
|
- Bump `@metamask/network-controller` from `^35.0.0` to `^35.0.1` ([#9758](https://github.com/MetaMask/core/pull/9758))
|
|
17
20
|
- Replace underpriced dapp-suggested gas fees with the wallet's suggested estimates ([#9704](https://github.com/MetaMask/core/pull/9704))
|
|
18
21
|
- If the new `replaceUnderpricedDappGasFees` feature flag is enabled for the chain, dapp-suggested EIP-1559 fees with a `maxFeePerGas` below the current low estimate are replaced with the suggested medium values, as they are unlikely to result in inclusion in a block before fee values change.
|
|
@@ -2658,7 +2661,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
2658
2661
|
|
|
2659
2662
|
All changes listed after this point were applied to this package following the monorepo conversion.
|
|
2660
2663
|
|
|
2661
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@69.
|
|
2664
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@69.5.0...HEAD
|
|
2665
|
+
[69.5.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@69.4.0...@metamask/transaction-controller@69.5.0
|
|
2662
2666
|
[69.4.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@69.3.0...@metamask/transaction-controller@69.4.0
|
|
2663
2667
|
[69.3.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@69.2.1...@metamask/transaction-controller@69.3.0
|
|
2664
2668
|
[69.2.1]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@69.2.0...@metamask/transaction-controller@69.2.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/transaction-controller",
|
|
3
|
-
"version": "69.
|
|
3
|
+
"version": "69.5.0-preview-abbcfa61d",
|
|
4
4
|
"description": "Stores transactions alongside their periodically updated statuses and manages interactions such as approval and cancellation",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"@metamask/approval-controller": "^9.0.2",
|
|
67
67
|
"@metamask/base-controller": "^9.1.0",
|
|
68
68
|
"@metamask/controller-utils": "^12.3.0",
|
|
69
|
-
"@metamask/core-backend": "^8.1.
|
|
69
|
+
"@metamask/core-backend": "^8.1.1",
|
|
70
70
|
"@metamask/gas-fee-controller": "^26.3.1",
|
|
71
71
|
"@metamask/messenger": "^2.0.0",
|
|
72
72
|
"@metamask/metamask-eth-abis": "^3.1.1",
|