Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate Kakarot zkEVM as a client that runs the Ethereum Tests #1327

Open
Eikix opened this issue Jan 3, 2024 · 0 comments
Open

Integrate Kakarot zkEVM as a client that runs the Ethereum Tests #1327

Eikix opened this issue Jan 3, 2024 · 0 comments

Comments

@Eikix
Copy link

Eikix commented Jan 3, 2024

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:

  • The underlying technology is the CairoVM,
  • The Kakarot EVM is a Cairo Program that runs on the Cairo VM.
  • We use a library imported from the Starknet ecosystem to manage the state.

Test location: https://github.com/kkrt-labs/ef-tests

Thank you for your help,
Kakarot team.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant