Skip to content

Commit

Permalink
Add EELS EOF status (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
gurukamath authored Jun 27, 2024
1 parent 240edde commit 53e0e98
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spec/implementation_matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
| revm | πŸ‘ | πŸ‘ | πŸ‘ | πŸ‘ | πŸ‘ | πŸ‘ | πŸ‘ | πŸ‘ | πŸ‘ | πŸ‘ | πŸ‘ |
| [solidity POC] | πŸ‘ | N/A | πŸ‘ | πŸ‘ | N/A | πŸ‘ | πŸ‘ | πŸ‘ | πŸ‘ | πŸ‘ | |
| [vyper] | stale | N/A | stale | stale | N/A | | | | | | |
| [EELS] | 🚧 | 🚧 | 🚧 | | | | | | | | |

[3540]: https://eips.ethereum.org/EIPS/eip-3540
[3670]: https://eips.ethereum.org/EIPS/eip-3670
Expand All @@ -36,6 +37,7 @@
[nethermind]: https://github.com/NethermindEth/nethermind/commits/feature/evm/eof
[solidity POC]: https://github.com/ipsilon/solidity/tree/eof-functions-rebased/libsolidity
[vyper]: https://github.com/vyperlang/vyper/pull/3457
[EELS]: https://github.com/ethereum/execution-specs/pull/972

# Specs

Expand Down Expand Up @@ -77,6 +79,9 @@ Last implementation resides at https://github.com/ethereum/solidity/pull/13825.

There is a contributor submitted PR from mid 2023 implementing some of EOF: https://github.com/vyperlang/vyper/pull/3457

## EELS
There is a draft PR with some of the EIPs implemented. The other EIPs are in progress and will be built on top: https://github.com/ethereum/execution-specs/pull/972

# Column Descriptions

* EIP-3540 - EOF Container
Expand Down

0 comments on commit 53e0e98

Please sign in to comment.