From ace193e5a40f2c73d37fd5f6b04c1eae0c37aa7a Mon Sep 17 00:00:00 2001 From: Guillaume Ballet <3272758+gballet@users.noreply.github.com> Date: Thu, 22 Feb 2024 13:13:32 +0100 Subject: [PATCH] add an overlay stride --- .github/workflows/conversion.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conversion.yml b/.github/workflows/conversion.yml index 836f997e1673..27055cc0ff70 100644 --- a/.github/workflows/conversion.yml +++ b/.github/workflows/conversion.yml @@ -30,7 +30,7 @@ jobs: run: go run ./cmd/geth --dev --cache.preimages init genesis.json - name: Run geth in devmode - run: go run ./cmd/geth --dev --dev.period=5 --cache.preimages --http --datadir=.shadowfork --override.prague=$(($(date +%s) + 45)) > log.txt & + run: go run ./cmd/geth --dev --dev.period=5 --cache.preimages --http --datadir=.shadowfork --override.overlay-stride=10 --override.prague=$(($(date +%s) + 45)) > log.txt & - name: Wait for the transition to start run: |