@metamask-previews/transaction-controller 32.0.0-preview-0f65e9e → 33.0.0-preview-b09c2ed
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 +22 -1
- package/dist/TransactionController.js +2 -2
- package/dist/TransactionController.mjs +1 -1
- package/dist/{chunk-JMUEM7UQ.mjs → chunk-K2JC276W.mjs} +2 -1
- package/dist/{chunk-JMUEM7UQ.mjs.map → chunk-K2JC276W.mjs.map} +1 -1
- package/dist/{chunk-7EGSEMYH.js → chunk-LLXPT2H5.js} +2 -1
- package/dist/chunk-LLXPT2H5.js.map +1 -0
- package/dist/index.js +2 -2
- package/dist/index.mjs +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/types/TransactionController.d.ts.map +1 -1
- package/package.json +5 -5
- package/dist/chunk-7EGSEMYH.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [33.0.0]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- **BREAKING:** The `TransactionController` messenger must now allow the `AccountsController:getSelectedAccount` action ([#4244](https://github.com/MetaMask/core/pull/4244))
|
|
15
|
+
- **BREAKING:** `getCurrentAccount` returns an `InternalAccount` instead of a `string` in the `IncomingTransactionHelper` ([#4244](https://github.com/MetaMask/core/pull/4244))
|
|
16
|
+
- **BREAKING:** Bump dependency and peer dependency `@metamask/accounts-controller` to `^17.0.0` ([#4413](https://github.com/MetaMask/core/pull/4413))
|
|
17
|
+
- Bump `@metamask/eth-snap-keyring` to `^4.3.1` ([#4405](https://github.com/MetaMask/core/pull/4405))
|
|
18
|
+
- Bump `@metamask/keyring-api` to `^8.0.0` ([#4405](https://github.com/MetaMask/core/pull/4405))
|
|
19
|
+
|
|
20
|
+
### Removed
|
|
21
|
+
|
|
22
|
+
- **BREAKING:** Remove `getSelectedAddress` option from `TransactionController` ([#4244](https://github.com/MetaMask/core/pull/4244))
|
|
23
|
+
- The AccountsController is used to get the currently selected address automatically.
|
|
24
|
+
|
|
25
|
+
### Fixed
|
|
26
|
+
|
|
27
|
+
- `MultichainTrackingHelper.getEthQuery` now returns global `ethQuery` with ([#4390](https://github.com/MetaMask/core/pull/4390))
|
|
28
|
+
- Support skipping updates to the simulation history for clients with disabled history ([#4349](https://github.com/MetaMask/core/pull/4349))
|
|
29
|
+
|
|
10
30
|
## [32.0.0]
|
|
11
31
|
|
|
12
32
|
### Changed
|
|
@@ -876,7 +896,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
876
896
|
|
|
877
897
|
All changes listed after this point were applied to this package following the monorepo conversion.
|
|
878
898
|
|
|
879
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@
|
|
899
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@33.0.0...HEAD
|
|
900
|
+
[33.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@32.0.0...@metamask/transaction-controller@33.0.0
|
|
880
901
|
[32.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@31.0.0...@metamask/transaction-controller@32.0.0
|
|
881
902
|
[31.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@30.0.0...@metamask/transaction-controller@31.0.0
|
|
882
903
|
[30.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@29.1.0...@metamask/transaction-controller@30.0.0
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkLLXPT2H5js = require('./chunk-LLXPT2H5.js');
|
|
8
8
|
require('./chunk-PRUNMTRD.js');
|
|
9
9
|
require('./chunk-74W7X6BE.js');
|
|
10
10
|
require('./chunk-KT6UAKBB.js');
|
|
@@ -41,5 +41,5 @@ require('./chunk-Z4BLTVTB.js');
|
|
|
41
41
|
|
|
42
42
|
|
|
43
43
|
|
|
44
|
-
exports.ApprovalState =
|
|
44
|
+
exports.ApprovalState = _chunkLLXPT2H5js.ApprovalState; exports.CANCEL_RATE = _chunkLLXPT2H5js.CANCEL_RATE; exports.HARDFORK = _chunkLLXPT2H5js.HARDFORK; exports.SPEED_UP_RATE = _chunkLLXPT2H5js.SPEED_UP_RATE; exports.TransactionController = _chunkLLXPT2H5js.TransactionController;
|
|
45
45
|
//# sourceMappingURL=TransactionController.js.map
|
|
@@ -2248,6 +2248,7 @@ createNonceTracker_fn = function({
|
|
|
2248
2248
|
// TODO: Fix types
|
|
2249
2249
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
2250
2250
|
provider,
|
|
2251
|
+
// @ts-expect-error TODO: Fix types
|
|
2251
2252
|
blockTracker,
|
|
2252
2253
|
getPendingTransactions: __privateMethod(this, _getNonceTrackerPendingTransactions, getNonceTrackerPendingTransactions_fn).bind(
|
|
2253
2254
|
this,
|
|
@@ -2562,4 +2563,4 @@ export {
|
|
|
2562
2563
|
ApprovalState,
|
|
2563
2564
|
TransactionController
|
|
2564
2565
|
};
|
|
2565
|
-
//# sourceMappingURL=chunk-
|
|
2566
|
+
//# sourceMappingURL=chunk-K2JC276W.mjs.map
|