File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
3636# Changelog
3737
3838## Unreleased
39-
39+ * (app) [ # 758 ] ( https://github.com/crypto-org-chain/ethermint/pull/758 ) chore: add flag EVMOptimisticExecution.
4040* (deps) [ #761 ] ( https://github.com/crypto-org-chain/ethermint/pull/761 ) fix(cosmos-sdk): Normalize cache validator queue key to be UTC.
4141* (deps) [ #725 ] ( https://github.com/crypto-org-chain/ethermint/pull/743 ) perf(cosmos-sdk): Optimize staking endblocker execution by caching queue entries from iterators.
4242* (evm) [ #725 ] ( https://github.com/crypto-org-chain/ethermint/pull/725 ) feat(RPC): add authorizationList from eth_getTransactionByHash response for EIP-7702 transactions
Original file line number Diff line number Diff line change @@ -82,6 +82,7 @@ const (
8282 EVMBlockExecutor = "evm.block-executor"
8383 EVMBlockSTMWorkers = "evm.block-stm-workers"
8484 EVMBlockSTMPreEstimate = "evm.block-stm-pre-estimate"
85+ EVMOptimisticExecution = "evm.optimistic-execution"
8586)
8687
8788// TLS flags
You can’t perform that action at this time.
0 commit comments