chain id for int. test
This commit is contained in:
parent
ad9e41012c
commit
07fdae78fd
@ -52,7 +52,7 @@ jobs:
|
|||||||
LEVELDB_ANCIENT: ./fixtures/chaindata/_data/small/ancient
|
LEVELDB_ANCIENT: ./fixtures/chaindata/_data/small/ancient
|
||||||
LOG_FILE: ./server-log
|
LOG_FILE: ./server-log
|
||||||
ETH_GENESIS_BLOCK: "0x37cbb63c7150a7b60f2878433963ed8ba7e5f82fb2683ec7a945c974e1cf4e05"
|
ETH_GENESIS_BLOCK: "0x37cbb63c7150a7b60f2878433963ed8ba7e5f82fb2683ec7a945c974e1cf4e05"
|
||||||
ETH_CHAIN_ID: 41337
|
ETH_CHAIN_ID: 4242
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
run: |
|
run: |
|
||||||
./eth-statediff-service --config ./test/ci-config.toml serve &
|
./eth-statediff-service --config ./test/ci-config.toml serve &
|
||||||
@ -72,6 +72,8 @@ jobs:
|
|||||||
[[ "$(count_results eth.header_cids)" = 33 ]]
|
[[ "$(count_results eth.header_cids)" = 33 ]]
|
||||||
[[ "$(count_results eth.state_cids)" = 21 ]]
|
[[ "$(count_results eth.state_cids)" = 21 ]]
|
||||||
[[ "$(count_results eth.storage_cids)" = 18 ]]
|
[[ "$(count_results eth.storage_cids)" = 18 ]]
|
||||||
|
[[ "$(count_results eth.transaction_cids)" = 10 ]]
|
||||||
|
[[ "$(count_results eth.receipt_cids)" = 10 ]]
|
||||||
|
|
||||||
compliance-test:
|
compliance-test:
|
||||||
name: Run compliance tests
|
name: Run compliance tests
|
||||||
|
Loading…
Reference in New Issue
Block a user