From 41ffdb21128b4cdf55b215793bcb37639a6b8268 Mon Sep 17 00:00:00 2001 From: rodiazet Date: Mon, 13 May 2024 17:51:53 +0200 Subject: [PATCH] Add reference to the EIPs in the first row. --- spec/implementation_matrix.md | 42 ++++++++++++++++++++++------------- 1 file changed, 27 insertions(+), 15 deletions(-) diff --git a/spec/implementation_matrix.md b/spec/implementation_matrix.md index 7b15a73..09f3d6c 100644 --- a/spec/implementation_matrix.md +++ b/spec/implementation_matrix.md @@ -1,20 +1,32 @@ # Readiness matrix -| | 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: | -| 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 | | | | | | | +| | [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: | +| 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 | | | | | | | + +[3540]: https://eips.ethereum.org/EIPS/eip-3540 +[3670]: https://eips.ethereum.org/EIPS/eip-3670 +[4200]: https://eips.ethereum.org/EIPS/eip-4200 +[4750]: https://eips.ethereum.org/EIPS/eip-4750 +[5450]: https://eips.ethereum.org/EIPS/eip-5450 +[6206]: https://eips.ethereum.org/EIPS/eip-6206 +[7480]: https://eips.ethereum.org/EIPS/eip-7480 +[7069]: https://eips.ethereum.org/EIPS/eip-7069 +[7620]: https://eips.ethereum.org/EIPS/eip-7620 +[7698]: https://eips.ethereum.org/EIPS/eip-7698 +[663]: https://eips.ethereum.org/EIPS/eip-663 # Specs