Skip to content

Commit

Permalink
Problem: AppHash mismatch occurs with 0 vote_extensions_enable_height
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed Aug 2, 2024
1 parent 0e0baa4 commit 97dd54f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion server/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ var (

evmTracers = []string{"json", "markdown", "struct", "access_list"}

blockExecutors = []string{BlockExecutorSequential, BlockExecutorBlockSTM}
blockExecutors = []string{BlockExecutorSequential, BlockExecutorBlockSTM, ""}
)

// Config defines the server's top level configuration. It includes the default app config
Expand Down
3 changes: 0 additions & 3 deletions tests/integration_tests/configs/default.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
'app-config': {
'minimum-gas-prices': '0aphoton',
'index-events': ['ethereum_tx.ethereumTxHash'],
evm: {
'block-executor': 'block-stm',
},
'json-rpc': {
address: '127.0.0.1:{EVMRPC_PORT}',
'ws-address': '127.0.0.1:{EVMRPC_PORT_WS}',
Expand Down

0 comments on commit 97dd54f

Please sign in to comment.