Skip to content

Commit

Permalink
Prepare the readiness matrix to export to HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
pdobacz committed May 14, 2024
1 parent cb7f6ba commit e67d23f
Showing 1 changed file with 21 additions and 12 deletions.
33 changes: 21 additions & 12 deletions spec/implementation_matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@

| | [3540] | [3670] | [4200] | [4750] | [5450] | [6206] | [7480] | [7069] | [7620] | [7698] | [663] |
|---------------------|--------|--------|---------|--------|--------|--------|--------|--------|--------|--------|-------|
| **Megaspec** | :+1: | :+1: | :+1: | :+1: | :+1: | :+1: | :+1: | :+1: | :+1: | :+1: | :+1: |
| **EIP** | :+1: | :+1: | :+1: | :+1: | :+1: | :+1: | :+1: | :+1: | :+1: | :+1: | :+1: |
| **testing** | :+1: | :+1: | :+1: | :+1: | :+1: | 🚧 | 🚧 | :+1: | :+1: | | 🚧 |
| besu | :+1: | :+1: | :+1: | :+1: | :+1: | :+1: | :+1: | :+1: | :+1: | | :+1: |
| [**Megaspec**] | πŸ‘ | πŸ‘ | πŸ‘ | πŸ‘ | πŸ‘ | πŸ‘ | πŸ‘ | πŸ‘ | πŸ‘ | πŸ‘ | πŸ‘ |
| **EIP** | πŸ‘ | πŸ‘ | πŸ‘ | πŸ‘ | πŸ‘ | πŸ‘ | πŸ‘ | πŸ‘ | πŸ‘ | πŸ‘ | πŸ‘ |
| **testing** | πŸ‘ | πŸ‘ | πŸ‘ | πŸ‘ | πŸ‘ | 🚧 | 🚧 | πŸ‘ | πŸ‘ | | 🚧 |
| [besu] | πŸ‘ | πŸ‘ | πŸ‘ | πŸ‘ | πŸ‘ | πŸ‘ | πŸ‘ | πŸ‘ | πŸ‘ | | πŸ‘ |
| erigon | | | | | | | | | | | |
| 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: |
| geth | 🚧 | 🚧 | 🚧 | 🚧 | 🚧 | 🚧 | 🚧 | 🚧 | 🚧 | | 🚧 |
| nethermind | 🚧 | 🚧 | 🚧 | 🚧 | 🚧 | 🚧 | 🚧 | 🚧 | 🚧 | | 🚧 |
| revm | :+1: | :+1: | :+1: | :+1: | 🚧 | :+1: | :+1: | 🚧 | 🚧 | | :+1: |
| solidity | 🚧 | N/A | 🚧 | 🚧 | N/A | | | 🚧 | 🚧 | 🚧 | |
| vyper | stale | N/A | stale | stale | N/A | | | | | | |
| erigon++ (silkworm) | πŸ‘ | πŸ‘ | πŸ‘ | πŸ‘ | πŸ‘ | πŸ‘ | πŸ‘ | πŸ‘ | πŸ‘ | 🚧 | πŸ‘ |
| [ethereumjs] | stale | stale | stale | stale | stale | | | | | | |
| [evmone] | πŸ‘ | πŸ‘ | πŸ‘ | πŸ‘ | πŸ‘ | πŸ‘ | πŸ‘ | πŸ‘ | πŸ‘ | 🚧 | πŸ‘ |
| [geth] | 🚧 | 🚧 | 🚧 | 🚧 | 🚧 | 🚧 | 🚧 | 🚧 | 🚧 | | 🚧 |
| [nethermind] | 🚧 | 🚧 | 🚧 | 🚧 | 🚧 | 🚧 | 🚧 | 🚧 | 🚧 | | 🚧 |
| revm | πŸ‘ | πŸ‘ | πŸ‘ | πŸ‘ | 🚧 | πŸ‘ | πŸ‘ | 🚧 | 🚧 | | πŸ‘ |
| [solidity] | 🚧 | N/A | 🚧 | 🚧 | N/A | | | 🚧 | 🚧 | 🚧 | |
| [vyper] | stale | N/A | stale | stale | N/A | | | | | | |

[3540]: https://eips.ethereum.org/EIPS/eip-3540
[3670]: https://eips.ethereum.org/EIPS/eip-3670
Expand All @@ -28,6 +28,15 @@
[7698]: https://eips.ethereum.org/EIPS/eip-7698
[663]: https://eips.ethereum.org/EIPS/eip-663

[**Megaspec**]: https://github.com/ipsilon/eof/blob/main/spec/eof.md
[besu]: https://github.com/hyperledger/besu/tree/mega-eof
[ethereumjs]: https://github.com/ethereumjs/ethereumjs-monorepo/pull/2453
[evmone]: https://github.com/ethereum/evmone
[geth]: https://github.com/ethereum/go-ethereum/pull/29518
[nethermind]: https://github.com/NethermindEth/nethermind/commits/feature/evm/eof
[solidity]: https://github.com/ethereum/solidity/pull/13825
[vyper]: https://github.com/vyperlang/vyper/pull/3457

# Specs

## Megaspec
Expand Down

0 comments on commit e67d23f

Please sign in to comment.