Skip to content

Commit

Permalink
Problem: integration test don't verify app hash between block-stm and (
Browse files Browse the repository at this point in the history
…#1538)

* Problem: integration test don't verify app hash between block-stm and
sequential

Solution:
- only enable block-stm on one of the node, try to detect potencial app
  hash mismatch

* Update integration_tests/configs/default.jsonnet

Signed-off-by: yihuang <huang@crypto.com>

* Update integration_tests/configs/default.jsonnet

Signed-off-by: yihuang <huang@crypto.com>

* bypass config validation

* fix config

---------

Signed-off-by: yihuang <huang@crypto.com>
Co-authored-by: mmsqe <mavis@crypto.com>
  • Loading branch information
yihuang and mmsqe committed Aug 5, 2024
1 parent b4bec82 commit cb8366b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions integration_tests/configs/default.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
'block-range-cap': 10000,
'logs-cap': 10000,
},
evm: {
'block-executor': 'sequential',
},
mempool: {
'max-txs': 1000,
},
evm: {
'block-executor': 'block-stm',
},
},
validators: [{
coins: '1000000000000000000stake,10000000000000000000000basetcro',
Expand All @@ -46,6 +46,10 @@
versiondb: {
enable: true,
},
evm: {
'block-executor': 'block-stm',
'block-stm-workers': 16,
},
},
}, {
coins: '1000000000000000000stake,10000000000000000000000basetcro',
Expand Down

0 comments on commit cb8366b

Please sign in to comment.