Skip to content

Commit

Permalink
evm-config: Update develop geth to master
Browse files Browse the repository at this point in the history
  • Loading branch information
marioevz committed Jan 5, 2024
1 parent 4775a8d commit 6524d86
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions evm-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ main:
ref: master
develop:
impl: geth
repo: lightclient/go-ethereum
ref: devnet-10
repo: ethereum/go-ethereum
ref: master

0 comments on commit 6524d86

Please sign in to comment.