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

Upgrade EVMC version to v10+ #506

Open
meowsbits opened this issue Nov 7, 2022 · 0 comments
Open

Upgrade EVMC version to v10+ #506

meowsbits opened this issue Nov 7, 2022 · 0 comments

Comments

@meowsbits
Copy link
Member

Core-Geth supports the use of a few tools (geth, evm) with an external EVM via --vm.evm, for example EVMOne. The flag should point to a shared object file. Core-Geth does this by providing a C binding (EVM-C) to the .so file.

Currently, EVMC v7.5 is supported (<= Istanbul).
The latest version is v10.0.0 ("The Merge" EVM revision).

The Makefile provides some commands and configuration for development work with external EVM interpreters; see make evmone, make test-evmc for examples.

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

No branches or pull requests

1 participant