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
sequential

Solution:
- only enable block-stm on one of the node, try to detect potencial app
  hash mismatch
  • Loading branch information
yihuang committed Aug 5, 2024
1 parent b4bec82 commit ec6b021
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions integration_tests/configs/default.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@
mempool: {
'max-txs': 1000,
},
evm: {
'block-executor': 'block-stm',
},

},
validators: [{
coins: '1000000000000000000stake,10000000000000000000000basetcro',
Expand All @@ -46,6 +44,9 @@
versiondb: {
enable: true,
},
evm: {
'block-executor': 'block-stm',
},
},
}, {
coins: '1000000000000000000stake,10000000000000000000000basetcro',
Expand Down

0 comments on commit ec6b021

Please sign in to comment.