Update for Deneb fork #23

Merged
roysc merged 10 commits from update-geth-1.13 into main 2024-04-13 10:36:16 +00:00
Showing only changes of commit e79ebafac8 - Show all commits

View File

@ -37,7 +37,7 @@ jobs:
- uses: actions/checkout@v3
with:
repository: cerc-io/plugeth
ref: aa7607d4ad25988cd055381b9bd590dd397b3329 # TODO update after PR
ref: v1.13.14-cerc-0
path: ./plugeth
- name: Build docker image
run: |
@ -52,16 +52,18 @@ jobs:
uses: actions/checkout@v3
with:
repository: cerc-io/system-tests
ref: roy/bump-web3 # TODO update
path: ./system-tests
token: ${{ secrets.CICD_REPO_TOKEN }}
- name: Run testnet stack
working-directory: ./plugeth-statediff
env:
LACONIC_SO: laconic-so
LACONIC_SO: ../laconic-so
run: ./scripts/integration-setup.sh
- name: Install Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.11
- name: Run tests
working-directory: ./system-tests
run: |
@ -79,7 +81,7 @@ jobs:
- uses: actions/checkout@v3
with:
repository: cerc-io/eth-statediff-compliance
ref: update-geth # TODO update
ref: v0.2.0
path: ./eth-statediff-compliance
token: ${{ secrets.CICD_REPO_TOKEN }}
- uses: actions/setup-go@v4