Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Besu Matrix Values #155

Merged
merged 2 commits into from
Aug 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions spec/implementation_matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@

| | [besu] | erigon | [ethereumjs] | [evmone] | [geth] | [nethermind] | revm | [EELS] |
|------------------------------------------------------|--------|----------|--------------|----------|--------|--------------|--------|--------|
| [EEST] `[email protected]` - `state_tests` | | | ✅ | ✅ | | | ✅ | |
| [EEST] `[email protected]` - `eof_tests` | | ❓ | ✅ | ✅ | | | ✅ | |
| [EEST] `[email protected]` - `state_tests` | | | | ✅ | | ✅ | | |
| [EEST] `[email protected]` - `eof_tests` | | | | ✅ | | | | |
| [EEST] `[email protected]` - `state_tests` | | | ✅ | ✅ | | | ✅ | |
| [EEST] `[email protected]` - `eof_tests` | | ❓ | ✅ | ✅ | | | ✅ | |
| [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` | | | | ✅ | | | ✅ | |
| [`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 TXCREATE and related transaction tests.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thx for noting this (however these are marked with "Osaka" (meaning "some fork after Prague" ofc), so should be filtering out


\[\*\] **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).

Expand Down
Loading