Skip to content

Commit

Permalink
chore(ci): update for pectra-devnet-5 (#1000)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
spencer-tb and marioevz authored Dec 17, 2024
1 parent fff098b commit b820167
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 17 deletions.
12 changes: 4 additions & 8 deletions .github/configs/evm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
pectra-devnet-5:
impl: eels
repo: null
ref: null
10 changes: 3 additions & 7 deletions .github/configs/feature.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 1 addition & 2 deletions eels_resolutions.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
},
"Prague": {
"git_url": "https://github.com/ethereum/execution-specs.git",
"branch": "forks/prague",
"commit": "1ea4a8d30d68bb819e77ff52eeb2095ae3c67f5f"
"branch": "devnets/prague/5"
}
}

0 comments on commit b820167

Please sign in to comment.