-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,6 +39,26 @@ | |
[vyper]: https://github.com/vyperlang/vyper/pull/3457 | ||
[EELS]: https://github.com/ethereum/execution-specs/pull/972 | ||
|
||
## Testing readiness matrix | ||
|
||
| | [besu] | erigon | [ethereumjs] | [evmone] | [geth] | [nethermind] | revm | [EELS] | | ||
|------------------------------------------------------|--------|----------|--------------|----------|--------|--------------|--------|--------| | ||
| [EEST] `[email protected]` - `state_tests` | ❓ | | ✅ | ✅ | | | ✅ | | | ||
| [EEST] `[email protected]` - `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` | | | | ✅ | | | ✅ | | | ||
|
||
[EEST]: https://github.com/ethereum/execution-spec-tests/releases/ | ||
[tests]: https://github.com/ethereum/tests/releases/ | ||
[`evmone` exported]: https://github.com/ethereum/evmone/releases/ | ||
|
||
\[\*\] **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). | ||
\[\*\*\] **NOTE:** old version, will be dropped once clients report back with recent version passing | ||
|
||
# Specs | ||
|
||
## Megaspec | ||
|