You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m Elias from Kakarot zkEVM (https://www.kakarot.org/).
We are currently building an EVM implementation in Cairo (https://eprint.iacr.org/2021/1063), the provable Turing-complete language on which Starknet L2 (https://starkware.co/starknet/) is based. As Kakarot zkEVM is striving to become an Ethereum client, we naturally need to pass the Ethereum tests. As such, we would like to be listed in the repository.
We currently pass approximately 50% of the BlockchainTests>GeneralStateTests tests for the Shanghai fork (e.g. missing EIP1559 or precompiles tests) and are targeting 80% this year and eventually 100%.
We’re also looking to pass Hive tests in the future.
In the past year, we’ve built two implementations of the EVM:
Hi,
I’m Elias from Kakarot zkEVM (https://www.kakarot.org/).
We are currently building an EVM implementation in Cairo (https://eprint.iacr.org/2021/1063), the provable Turing-complete language on which Starknet L2 (https://starkware.co/starknet/) is based. As Kakarot zkEVM is striving to become an Ethereum client, we naturally need to pass the Ethereum tests. As such, we would like to be listed in the repository.
We currently pass approximately 50% of the BlockchainTests>GeneralStateTests tests for the Shanghai fork (e.g. missing EIP1559 or precompiles tests) and are targeting 80% this year and eventually 100%.
We’re also looking to pass Hive tests in the future.
In the past year, we’ve built two implementations of the EVM:
And built a repository to run the ef-tests against our EVM without RPC mode, inspired by Reth - https://github.com/paradigmxyz/reth. The stack works in the following way:
Test location: https://github.com/kkrt-labs/ef-tests
Thank you for your help,
Kakarot team.
The text was updated successfully, but these errors were encountered: