From 20db1596d159c97f62a6c13cd4b8ff90286199d2 Mon Sep 17 00:00:00 2001 From: prathamesh0 Date: Tue, 12 Jul 2022 12:33:49 +0530 Subject: [PATCH] Update GitHub workflow --- .github/workflows/tests.yaml | 6 ++---- test/README.md | 2 ++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 029c5e05..c86d07c4 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -115,12 +115,11 @@ jobs: echo vulcanize_ipld_eth_db=$GITHUB_WORKSPACE/ipld-eth-db/ >> ./config.sh echo vulcanize_ipld_eth_server=$GITHUB_WORKSPACE/ipld-eth-server/ >> ./config.sh echo vulcanize_test_contract=$GITHUB_WORKSPACE/ipld-eth-server/test/contract >> ./config.sh + echo genesis_file_path=start-up-files/go-ethereum/genesis.json >> ./config.sh echo db_write=$DB_WRITE >> ./config.sh echo eth_forward_eth_calls=$ETH_FORWARD_ETH_CALLS >> ./config.sh echo eth_proxy_on_error=$ETH_PROXY_ON_ERROR >> ./config.sh echo eth_http_path=$ETH_HTTP_PATH >> ./config.sh - echo watched_address_gap_filler_enabled=false >> ./config.sh - echo watched_address_gap_filler_interval=5 >> ./config.sh cat ./config.sh - name: Build geth run: | @@ -184,12 +183,11 @@ jobs: echo vulcanize_ipld_eth_db=$GITHUB_WORKSPACE/ipld-eth-db/ >> ./config.sh echo vulcanize_ipld_eth_server=$GITHUB_WORKSPACE/ipld-eth-server/ >> ./config.sh echo vulcanize_test_contract=$GITHUB_WORKSPACE/ipld-eth-server/test/contract >>./config.sh + echo genesis_file_path=start-up-files/go-ethereum/genesis.json >> ./config.sh echo db_write=$DB_WRITE >> ./config.sh echo eth_forward_eth_calls=$ETH_FORWARD_ETH_CALLS >> ./config.sh echo eth_proxy_on_error=$ETH_PROXY_ON_ERROR >> ./config.sh echo eth_http_path=$ETH_HTTP_PATH >> ./config.sh - echo watched_address_gap_filler_enabled=false >> ./config.sh - echo watched_address_gap_filler_interval=5 >> ./config.sh cat ./config.sh - name: Build geth run: | diff --git a/test/README.md b/test/README.md index 1b3e1727..a3b209c0 100644 --- a/test/README.md +++ b/test/README.md @@ -60,6 +60,7 @@ # Path to test contract. vulcanize_test_contract=~/ipld-eth-server/test/contract + genesis_file_path='start-up-files/go-ethereum/genesis.json' db_write=true eth_forward_eth_calls=false eth_proxy_on_error=false @@ -103,6 +104,7 @@ # Path to test contract. vulcanize_test_contract=~/ipld-eth-server/test/contract + genesis_file_path='start-up-files/go-ethereum/genesis.json' db_write=false eth_forward_eth_calls=true eth_proxy_on_error=false