Refactor to use statediff plugin #1

Merged
roysc merged 27 commits from refactor-use-plugin into v5 2023-09-29 18:43:28 +00:00
Showing only changes of commit d9a9929130 - Show all commits

View File

@ -28,7 +28,6 @@ jobs:
repository: cerc-io/eth-testing repository: cerc-io/eth-testing
path: ./fixtures path: ./fixtures
ref: v0.3.1 ref: v0.3.1
token: ${{ secrets.CICD_REPO_TOKEN }}
- name: Configure Gitea access - name: Configure Gitea access
env: env:
TOKEN: ${{ secrets.CICD_REPO_TOKEN }} TOKEN: ${{ secrets.CICD_REPO_TOKEN }}
@ -119,7 +118,6 @@ jobs:
run: docker compose -f test/compose.yml up --wait run: docker compose -f test/compose.yml up --wait
- name: Compare snapshot output - name: Compare snapshot output
env: env:
SNAPSHOT_MODE: postgres
SNAPSHOT_BLOCK_HEIGHT: 200 SNAPSHOT_BLOCK_HEIGHT: 200
LEVELDB_PATH: ./fixtures/chaindata/_data/small2 LEVELDB_PATH: ./fixtures/chaindata/_data/small2
LEVELDB_ANCIENT: ./fixtures/chaindata/_data/small2/ancient LEVELDB_ANCIENT: ./fixtures/chaindata/_data/small2/ancient