From 07fdae78fdfc4b39bf9accbf0c65141de83a7e21 Mon Sep 17 00:00:00 2001 From: Roy Crihfield Date: Tue, 3 Oct 2023 19:21:30 +0800 Subject: [PATCH] chain id for int. test --- .gitea/workflows/tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/tests.yml b/.gitea/workflows/tests.yml index 3672e86..8066a3b 100644 --- a/.gitea/workflows/tests.yml +++ b/.gitea/workflows/tests.yml @@ -52,7 +52,7 @@ jobs: LEVELDB_ANCIENT: ./fixtures/chaindata/_data/small/ancient LOG_FILE: ./server-log ETH_GENESIS_BLOCK: "0x37cbb63c7150a7b60f2878433963ed8ba7e5f82fb2683ec7a945c974e1cf4e05" - ETH_CHAIN_ID: 41337 + ETH_CHAIN_ID: 4242 timeout-minutes: 30 run: | ./eth-statediff-service --config ./test/ci-config.toml serve & @@ -72,6 +72,8 @@ jobs: [[ "$(count_results eth.header_cids)" = 33 ]] [[ "$(count_results eth.state_cids)" = 21 ]] [[ "$(count_results eth.storage_cids)" = 18 ]] + [[ "$(count_results eth.transaction_cids)" = 10 ]] + [[ "$(count_results eth.receipt_cids)" = 10 ]] compliance-test: name: Run compliance tests