Skip to content

Commit 59d5e09

Browse files
committed
Update changelog
1 parent f7b3aa9 commit 59d5e09

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

packages/transaction-controller/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

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+
1020
## [57.0.0]
1121

1222
### Changed

0 commit comments

Comments
 (0)