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

Implement production-ready circuit version #1

Open
nkaskov opened this issue Nov 11, 2023 · 0 comments
Open

Implement production-ready circuit version #1

nkaskov opened this issue Nov 11, 2023 · 0 comments
Labels

Comments

@nkaskov
Copy link

nkaskov commented Nov 11, 2023

We have enough compiler functionality to compile evm node with zkLLVM. Let's adjust the code for circuit mode and remove unnecessary complications such as custom hashes implementation.

As a result of this task, we need to have a fully operational evm node when compiling to x86/ARM. On the other hand, we want to have a full circuit of EVM. To distinguish the code for different targets, ZKLLVM macros can be used. When possible, let's avoid code modifications if it does not affect performance.

@nkaskov nkaskov added the epic label Nov 11, 2023
@nkaskov nkaskov changed the title Implement zkLLVM-compatible version Implement production-ready circuit version Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

No branches or pull requests

1 participant