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 test links and testing readiness in implementation matrix #83

Merged
merged 3 commits into from
Apr 3, 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
6 changes: 4 additions & 2 deletions spec/implementation_matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
|--------------|---------|-----------|------|------|------|------|------|------|----------|-------|
| **Megaspec** | :+1: | :+1: | :+1: | :+1: | :+1: | :+1: | :+1: | :+1: | :+1: | :+1: |
| **EIP** | 🚧 | :+1: | :+1: | 🚧 | 🚧 | :+1: | :+1: | :+1: | :+1: | :+1: |
| **testing** | :x: | :x: | | | | | | | | |
| **testing** | :+1: | :+1: | :+1: | :+1: | :+1: | 🚧 | | :+1: | :+1: | |
| besu | :+1: | :+1: | :+1: | :+1: | :+1: | :+1: | :+1: | :+1: | 🚧 | :+1: |
| erigon | | | | | | | | | | |
| ethereumjs | | | | | | | | | | |
Expand All @@ -26,7 +26,7 @@
EIP contents are being updated to match up with the **Megaspec**:

- **EIP-3540** - ethereum/EIPs#8152
- **EIP-7069** - ethereum/EIPs#8287
- **EIP-4750** - ethereum/EIPs#8312

# Implementations

Expand All @@ -42,6 +42,7 @@ Currently EOF is in a branch [mega-eof](https://github.com/hyperledger/besu/tree
* https://github.com/ethereum/tests/tree/develop/EOFTests/EIP3540
* https://github.com/ethereum/tests/tree/develop/EOFTests/ori
* Execution - https://github.com/ethereum/tests/tree/develop/EIPTests/StateTests/stEOF/stEIP3540
* Legacy->EOF `EXTCODE*` state tests generated from evmone unit tests - https://github.com/ipsilon/tests/tree/eof-create3-evmone-generated/EIPTests/StateTests/stEOF/extcode

* EIP-3670 - Code Validation
* Validation - https://github.com/ethereum/tests/tree/develop/EOFTests/EIP3670
Expand All @@ -66,6 +67,7 @@ Currently EOF is in a branch [mega-eof](https://github.com/hyperledger/besu/tree
* EIP-7480 - Data section access

* EIP-7069 - Revamped CALL instructions
* `EXT*CALL` state tests generated from evmone unit tests - https://github.com/ipsilon/tests/tree/eof-create3-evmone-generated/EIPTests/StateTests/stEOF/eof_calls

* EIP-7620 - EOF Create Instructions
* Creation state tests generated from evmone unit tests - https://github.com/ipsilon/tests/tree/eof-create3-evmone-generated/EIPTests/StateTests/stEOF/stCreate
Expand Down
Loading