Skip to content

Commit 6d16dd8

Browse files
authored
chore: add flag EVMOptimisticExecution (#758)
* chore: add flag EVMOptimisticExecution * update changelog
1 parent b88263e commit 6d16dd8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

server/flags/flags.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)