From b820167c6007deeabacd2777002c54b7f0471a56 Mon Sep 17 00:00:00 2001 From: spencer Date: Wed, 18 Dec 2024 04:59:37 +0700 Subject: [PATCH] chore(ci): update for `pectra-devnet-5` (#1000) * ci: update for pectra-devnet-5. * chore: update prague eels resolutions. * Apply suggestions from code review * Update eels_resolutions.json --------- Co-authored-by: Mario Vega --- .github/configs/evm.yaml | 12 ++++-------- .github/configs/feature.yaml | 10 +++------- eels_resolutions.json | 3 +-- 3 files changed, 8 insertions(+), 17 deletions(-) diff --git a/.github/configs/evm.yaml b/.github/configs/evm.yaml index 034bfd2cc0..dce1af53a3 100644 --- a/.github/configs/evm.yaml +++ b/.github/configs/evm.yaml @@ -11,11 +11,7 @@ eip7692: repo: ethereum/evmone ref: master targets: ["evmone-t8n", "evmone-eofparse"] -pectra-devnet-3: - impl: ethjs - repo: ethereumjs/ethereumjs-monorepo - ref: t8ntool -pectra-devnet-4: - impl: ethjs - repo: ethereumjs/ethereumjs-monorepo - ref: 7702-devnet-4-plus-t8ntool \ No newline at end of file +pectra-devnet-5: + impl: eels + repo: null + ref: null \ No newline at end of file diff --git a/.github/configs/feature.yaml b/.github/configs/feature.yaml index 35ad8d6424..0d37268bea 100644 --- a/.github/configs/feature.yaml +++ b/.github/configs/feature.yaml @@ -15,11 +15,7 @@ eip7692: fill-params: --fork=Osaka ./tests/osaka solc: 0.8.21 eofwrap: true -pectra-devnet-3: - evm-type: pectra-devnet-3 - fill-params: --fork=Prague -m "not slow" ./tests/prague/ - solc: 0.8.21 -pectra-devnet-4: - evm-type: pectra-devnet-4 - fill-params: --fork=Prague -m "not slow and not eip_version_check" ./tests/prague/ +pectra-devnet-5: + evm-type: pectra-devnet-5 + fill-params: --fork=Prague -m "not eip_version_check" solc: 0.8.21 \ No newline at end of file diff --git a/eels_resolutions.json b/eels_resolutions.json index 7b625adb28..3dcd498386 100644 --- a/eels_resolutions.json +++ b/eels_resolutions.json @@ -36,7 +36,6 @@ }, "Prague": { "git_url": "https://github.com/ethereum/execution-specs.git", - "branch": "forks/prague", - "commit": "1ea4a8d30d68bb819e77ff52eeb2095ae3c67f5f" + "branch": "devnets/prague/5" } }