@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 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@32.0.0...HEAD
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 _chunk7EGSEMYHjs = require('./chunk-7EGSEMYH.js');
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 = _chunk7EGSEMYHjs.ApprovalState; exports.CANCEL_RATE = _chunk7EGSEMYHjs.CANCEL_RATE; exports.HARDFORK = _chunk7EGSEMYHjs.HARDFORK; exports.SPEED_UP_RATE = _chunk7EGSEMYHjs.SPEED_UP_RATE; exports.TransactionController = _chunk7EGSEMYHjs.TransactionController;
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
@@ -4,7 +4,7 @@ import {
4
4
  HARDFORK,
5
5
  SPEED_UP_RATE,
6
6
  TransactionController
7
- } from "./chunk-JMUEM7UQ.mjs";
7
+ } from "./chunk-K2JC276W.mjs";
8
8
  import "./chunk-6DDVVUJC.mjs";
9
9
  import "./chunk-EVL6KODQ.mjs";
10
10
  import "./chunk-K4KOSAGM.mjs";
@@ -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-JMUEM7UQ.mjs.map
2566
+ //# sourceMappingURL=chunk-K2JC276W.mjs.map