@metamask-previews/transaction-controller 37.1.0-preview-2b91ea1 → 37.2.0-preview-9d54fee

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,8 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [37.2.0]
11
+
12
+ ### Added
13
+
14
+ - Add optional `incomingTransactions.etherscanApiKeysByChainId` constructor property to support API keys in requests to Etherscan ([#4748](https://github.com/MetaMask/core/pull/4748))
15
+
10
16
  ### Fixed
11
17
 
18
+ - Cleanup transactions only during initialisation ([#4753](https://github.com/MetaMask/core/pull/4753))
12
19
  - Remove `gasPrice` from requests to `linea_estimateGas` ([#4737](https://github.com/MetaMask/core/pull/4737))
13
20
 
14
21
  ## [37.1.0]
@@ -1041,7 +1048,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1041
1048
 
1042
1049
  All changes listed after this point were applied to this package following the monorepo conversion.
1043
1050
 
1044
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@37.1.0...HEAD
1051
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@37.2.0...HEAD
1052
+ [37.2.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@37.1.0...@metamask/transaction-controller@37.2.0
1045
1053
  [37.1.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@37.0.0...@metamask/transaction-controller@37.1.0
1046
1054
  [37.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@36.1.0...@metamask/transaction-controller@37.0.0
1047
1055
  [36.1.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@36.0.0...@metamask/transaction-controller@36.1.0
@@ -315,7 +315,6 @@ class TransactionController extends base_controller_1.BaseController {
315
315
  onNetworkStateChange(() => {
316
316
  (0, logger_1.projectLogger)('Detected network change', this.getChainId());
317
317
  this.pendingTransactionTracker.startIfPendingTransactions();
318
- this.onBootCleanup();
319
318
  });
320
319
  this.onBootCleanup();
321
320
  __classPrivateFieldGet(this, _TransactionController_checkForPendingTransactionAndStartPolling, "f").call(this);