From 902771d62a91b116ff368e5d7e79be40fa8baa6c Mon Sep 17 00:00:00 2001 From: Charly Chevalier Date: Wed, 25 Sep 2024 16:40:57 +0200 Subject: [PATCH] chore(transaction-controller): update changelogs --- packages/transaction-controller/CHANGELOG.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/packages/transaction-controller/CHANGELOG.md b/packages/transaction-controller/CHANGELOG.md index 728998a835..721eb19e04 100644 --- a/packages/transaction-controller/CHANGELOG.md +++ b/packages/transaction-controller/CHANGELOG.md @@ -9,11 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [37.0.1] -### Uncategorized +### Added + +- Populate `submitHistory` in state when submitting transactions to network ([#4706](https://github.com/MetaMask/core/pull/4706)) +- Export `CHAIN_IDS`, `ETHERSCAN_SUPPORTED_NETWORKS` and `SPEED_UP_RATE` constants ([#4706](https://github.com/MetaMask/core/pull/4706)) + +### Changed -- chore: update eth-{simple,hd,snap}-keyring + keyring-api ([#4728](https://github.com/MetaMask/core/pull/4728)) -- chore: update 'eth-{simple,hd,snap}-keyring' + 'keyring-api' ([#4713](https://github.com/MetaMask/core/pull/4713)) -- feat: align transaction controller with mobile patch ([#4706](https://github.com/MetaMask/core/pull/4706)) +- Make `getPermittedAccounts` constructor callback optional ([#4706](https://github.com/MetaMask/core/pull/4706)) +- Bump accounts related packages ([#4713](https://github.com/MetaMask/core/pull/4713)), ([#4728](https://github.com/MetaMask/core/pull/4728)) + - Those packages are now built slightly differently and are part of the [accounts monorepo](https://github.com/MetaMask/accounts). + - Bump `@metamask/keyring-api` from `^8.1.0` to `^8.1.4` ## [37.0.0]