Skip to content

Commit

Permalink
Update implementation_matrix.md
Browse files Browse the repository at this point in the history
- creation txs evmone
- initcode mode validateion evmone in progress
- initcode mode validation EIPs done
- revm creation txs in progress (IIRC)
  • Loading branch information
pdobacz authored May 31, 2024
1 parent ac91da4 commit 5d2a2ec
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions spec/implementation_matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
| **testing** | :+1: | :+1: | :+1: | :+1: | :+1: | 🚧 | 🚧 | :+1: | :+1: | | 🚧 |
| besu | :+1: | :+1: | :+1: | :+1: | :+1: | :+1: | :+1: | :+1: | :+1: | | :+1: |
| erigon | | | | | | | | | | | |
| erigon++ (silkworm) | :+1: | :+1: | :+1: | :+1: | :+1: | :+1: | :+1: | :+1: | :+1: | 🚧 | :+1: |
| erigon++ (silkworm) | :+1: | :+1: | :+1: | :+1: | :+1: | :+1: | :+1: | :+1: | 🚧 | :+1: | :+1: |
| ethereumjs | stale | stale | stale | stale | stale | | | | | | |
| evmone | :+1: | :+1: | :+1: | :+1: | :+1: | :+1: | :+1: | :+1: | :+1: | 🚧 | :+1: |
| evmone | :+1: | :+1: | :+1: | :+1: | :+1: | :+1: | :+1: | :+1: | 🚧 | :+1: | :+1: |
| geth | 🚧 | 🚧 | 🚧 | 🚧 | 🚧 | 🚧 | 🚧 | 🚧 | 🚧 | | 🚧 |
| nethermind | 🚧 | 🚧 | 🚧 | 🚧 | 🚧 | 🚧 | 🚧 | 🚧 | 🚧 | | 🚧 |
| revm | :+1: | :+1: | :+1: | :+1: | 🚧 | :+1: | :+1: | 🚧 | 🚧 | | :+1: |
| revm | :+1: | :+1: | :+1: | :+1: | 🚧 | :+1: | :+1: | 🚧 | 🚧 | 🚧 | :+1: |
| [solidity POC] | :+1: | N/A | 🚧 | :+1: | N/A | :+1: | :+1: | :+1: | :+1: | :+1: | |
| vyper | stale | N/A | stale | stale | N/A | | | | | | |

Expand All @@ -35,15 +35,9 @@

[**Megaspec**](./eof.md) is ready and main source of truth.

Pending updates addressing recent feedback:
## EIPs

- **A tweak to the EOF validation of creation opcodes** - https://github.com/ipsilon/eof/pull/86

## EIP updates in progress

EIP contents are being updated to match up with the **Megaspec**:

- **EIP-7620** - ethereum/EIPs#8522 (Remove TXCREATE, InitcodeTransaction and the Creator Contract)
Are aligned with the Megaspec, Meta EOF EIP at https://eips.ethereum.org/EIPS/eip-7692.

# Implementations

Expand Down

0 comments on commit 5d2a2ec

Please sign in to comment.