From 94f89f629fa2f346f98dcae9f1af980aa6bdd6dd Mon Sep 17 00:00:00 2001 From: Danno Ferrin Date: Wed, 21 Aug 2024 13:52:34 -0600 Subject: [PATCH 1/2] Update Besu Matrix Values Signed-off-by: Danno Ferrin --- spec/implementation_matrix.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/spec/implementation_matrix.md b/spec/implementation_matrix.md index de1f2cd..497d63e 100644 --- a/spec/implementation_matrix.md +++ b/spec/implementation_matrix.md @@ -42,20 +42,20 @@ | | [besu] | erigon | [ethereumjs] | [evmone] | [geth] | [nethermind] | revm | [EELS] | |------------------------------------------------------|--------|----------|--------------|----------|--------|--------------|--------|--------| -| [EEST] `eip7692@v1.0.7` - `state_tests` | ❓ | | ✅ | ✅ | | | ✅ | | -| [EEST] `eip7692@v1.0.7` - `eof_tests` | ❓ | ❓ | ✅ | ✅ | | | ✅ | | -| [EEST] `eip7692@v1.0.8` - `state_tests` | | | | ✅ | | ✅ | | | -| [EEST] `eip7692@v1.0.8` - `eof_tests` | | | | ✅ | | | | | +| [EEST] `eip7692@v1.0.7` - `state_tests` | ✅ | | ✅ | ✅ | | | ✅ | | +| [EEST] `eip7692@v1.0.7` - `eof_tests` | ✅ | ❓ | ✅ | ✅ | | | ✅ | | +| [EEST] `eip7692@v1.0.8` - `state_tests` | ✅ | | | ✅ | | ✅ | | | +| [EEST] `eip7692@v1.0.8` - `eof_tests` | ✅ | | | ✅ | | | | | | \[\*\] [tests] `v14.0` - `EIPTests/StateTests/stEOF` | ✅ | | | ✅ | | | ✅ | | | \[\*\] [tests] `v14.0` - `EOFTests` | ✅ | | | ✅ | | | ✅ | | | \[\*\*\] (`evmone` (old) `70ca837` - `state_tests`) | ✅ | | ✅ | ✅ | | | | | | \[\*\*\] (`evmone` (old) `70ca837` - `eof_tests`) | ✅ | | ✅ | ✅ | | | | | -| [`evmone` exported] `v0.12.0` - `state_tests` | | | | ✅ | | | ✅ | | -| [`evmone` exported] `v0.12.0` - `eof_tests` | | | | ✅ | | | ✅ | | +| [`evmone` exported] `v0.12.0` - `state_tests` | ✅ | | | ✅ | | | ✅ | | +| [`evmone` exported] `v0.12.0` - `eof_tests` | ✅ | | | ✅ | | | ✅ | | [EEST]: https://github.com/ethereum/execution-spec-tests/releases/ [tests]: https://github.com/ethereum/tests/releases/ -[`evmone` exported]: https://github.com/ethereum/evmone/releases/ +[`evmone` exported]: https://github.com/ethereum/evmone/releases/ - except for TXCRATE and related transaction tests. \[\*\] **NOTE:** several tests from this release are out-of-date and need to be skipped, see [besu's exclusions](https://github.com/hyperledger/besu/blob/965e757d81072f31d2a44bb5757ff46f7d102e36/ethereum/referencetests/src/reference-test/java/org/hyperledger/besu/ethereum/eof/EOFReferenceTestTools.java#L84-L102). From eecc7d8d717969f7babbb4c4a9cc921bdecb1561 Mon Sep 17 00:00:00 2001 From: Danno Ferrin Date: Wed, 21 Aug 2024 13:53:58 -0600 Subject: [PATCH 2/2] speling Signed-off-by: Danno Ferrin --- spec/implementation_matrix.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/implementation_matrix.md b/spec/implementation_matrix.md index 497d63e..6285bce 100644 --- a/spec/implementation_matrix.md +++ b/spec/implementation_matrix.md @@ -55,7 +55,7 @@ [EEST]: https://github.com/ethereum/execution-spec-tests/releases/ [tests]: https://github.com/ethereum/tests/releases/ -[`evmone` exported]: https://github.com/ethereum/evmone/releases/ - except for TXCRATE and related transaction tests. +[`evmone` exported]: https://github.com/ethereum/evmone/releases/ - except for TXCREATE and related transaction tests. \[\*\] **NOTE:** several tests from this release are out-of-date and need to be skipped, see [besu's exclusions](https://github.com/hyperledger/besu/blob/965e757d81072f31d2a44bb5757ff46f7d102e36/ethereum/referencetests/src/reference-test/java/org/hyperledger/besu/ethereum/eof/EOFReferenceTestTools.java#L84-L102).