From 9e13d24dd2c2ac36f15f5341855c1ecdb4de8ad1 Mon Sep 17 00:00:00 2001 From: Mario Vega Date: Fri, 5 Jan 2024 18:45:01 +0000 Subject: [PATCH] evm-config: Update develop geth to master --- README.md | 7 ++++--- docs/CHANGELOG.md | 1 + evm-config.yaml | 4 ++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 53208d459f..ba54383708 100644 --- a/README.md +++ b/README.md @@ -68,10 +68,11 @@ The following transition tools are supported by the framework: ### Upcoming EIP Development -Generally, specific `t8n` implementations and branches must be used when developing tests for upcoming EIPs (last updated 2023-10-19): +Generally, specific `t8n` implementations and branches must be used when developing tests for upcoming EIPs. -- Cancun related EIPs (4844, 4788, 1153, 6780) - [lightclient/go-ethereum@devnet-10](https://github.com/lightclient/go-ethereum/tree/devnet-10) -- EOF tests - [ethereum/evmone@master](https://github.com/ethereum/evmone) +We use named reference tags to point to the specific version of the `t8n` implementation that needs to be used fill the tests. + +All current tags, their t8n implementation and branch they point to, are listed in [evm-config.yaml](evm-config.yaml). ## Getting Started diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 7fb340bbc0..5b7d9100d3 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -34,6 +34,7 @@ Test fixtures for use by clients are available for each release on the [Github r ### 📋 Misc - 🔀 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)). +- 🔀 Filling tool: Updated filling tool to go-ethereum@master ([#368](https://github.com/ethereum/execution-spec-tests/pull/368)) ## Breaking Changes diff --git a/evm-config.yaml b/evm-config.yaml index 13653b0b69..5aef7c9e77 100644 --- a/evm-config.yaml +++ b/evm-config.yaml @@ -4,5 +4,5 @@ main: ref: master develop: impl: geth - repo: lightclient/go-ethereum - ref: devnet-10 \ No newline at end of file + repo: ethereum/go-ethereum + ref: master \ No newline at end of file