Skip to content

Commit 77f43cf

Browse files
committed
evm-config: Update develop geth to master
1 parent 6b1b5ab commit 77f43cf

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,11 @@ The following transition tools are supported by the framework:
6868

6969
### Upcoming EIP Development
7070

71-
Generally, specific `t8n` implementations and branches must be used when developing tests for upcoming EIPs (last updated 2023-10-19):
71+
Generally, specific `t8n` implementations and branches must be used when developing tests for upcoming EIPs.
7272

73-
- Cancun related EIPs (4844, 4788, 1153, 6780) - [lightclient/go-ethereum@devnet-10](https://github.com/lightclient/go-ethereum/tree/devnet-10)
74-
- EOF tests - [ethereum/evmone@master](https://github.com/ethereum/evmone)
73+
We use named reference tags to point to the specific version of the `t8n` implementation that needs to be used fill the tests.
74+
75+
All current tags, their t8n implementation and branch they point to, are listed in [evm-config.yaml](evm-config.yaml).
7576

7677
## Getting Started
7778

docs/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Test fixtures for use by clients are available for each release on the [Github r
3636
### 📋 Misc
3737

3838
- 🔀 Docs: Update `t8n` tool branch to fill tests for development features in the [readme](https://github.com/ethereum/execution-spec-test) ([#338](https://github.com/ethereum/execution-spec-tests/pull/338)).
39+
- 🔀 Filling tool: Updated filling tool to go-ethereum@master ([#368](https://github.com/ethereum/execution-spec-tests/pull/368))
3940

4041
## Breaking Changes
4142

evm-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ main:
44
ref: master
55
develop:
66
impl: geth
7-
repo: lightclient/go-ethereum
8-
ref: devnet-10
7+
repo: ethereum/go-ethereum
8+
ref: master

0 commit comments

Comments
 (0)