From 6423af9d38b64afc9a9f41f3714b161dc5d26001 Mon Sep 17 00:00:00 2001 From: spencer Date: Thu, 7 Sep 2023 11:21:32 +0200 Subject: [PATCH] readme: document t8n tool versions used in eip-specific branches (#288) --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 1db9a51f54..af4737b9d5 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,13 @@ The following transition tools are supported by the framework: | [hyperledger/besu](https://github.com/hyperledger/besu/tree/main/ethereum/evmtool) | [`evm t8n-server`](https://github.com/hyperledger/besu/tree/main/ethereum/evmtool) | No | | [status-im/nimbus-eth1](https://github.com/status-im/nimbus-eth1) | [`t8n`](https://github.com/status-im/nimbus-eth1/blob/master/tools/t8n/readme.md) | Yes | +### Upcoming EIP Development + +Generally, specific `t8n` implementations and branches must be used when developing tests for upcoming EIPs (last updated 2023-09-07): + +- Cancun related EIPs (4844, 4788, 1153, 6780) - [marioevz/go-ethereum@cancun-t8n](https://github.com/marioevz/go-ethereum/tree/cancun-t8n) +- EOF tests - [ethereum/evmone@master](https://github.com/ethereum/evmone) + ## Getting Started ### Prerequisites