We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7b3aa9 commit 59d5e09Copy full SHA for 59d5e09
packages/transaction-controller/CHANGELOG.md
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+### Added
11
+
12
+- Add optional `afterSimulate` and `beforeSign` hooks to constructor ([#5503](https://github.com/MetaMask/core/pull/5503))
13
+ - Add `AfterSimulateHook` type.
14
+ - Add `BeforeSignHook` type.
15
+ - Add `TransactionContainerType` enum.
16
+ - Add `TransactionControllerEstimateGasAction` type.
17
+ - Add optional `containerTypes` property to `TransactionMeta`.
18
+ - Add optional `ignoreDelegationSignatures` boolean to `estimateGas` method.
19
20
## [57.0.0]
21
22
### Changed
0 commit comments