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

Nimbus EVM isn't usable by an EVMC host #2803

Open
bhartnett opened this issue Oct 30, 2024 · 0 comments
Open

Nimbus EVM isn't usable by an EVMC host #2803

bhartnett opened this issue Oct 30, 2024 · 0 comments
Labels
bug Something isn't working EL EVMC C interface of EVM

Comments

@bhartnett
Copy link
Contributor

bhartnett commented Oct 30, 2024

It appears that the Nimbus EVM isn't yet usable by other EVMC hosts because the execute function here is not implemented correctly. It casts to a nim specific type TransactionHost and it ignores the evmc_message and code parameters.

It also appears that the Nimbus EVM accesses the Nimbus database directly in some places which may become a problem when running the EVM in another host.

@bhartnett bhartnett added bug Something isn't working EVMC C interface of EVM labels Oct 30, 2024
@kdeme kdeme added the EL label Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working EL EVMC C interface of EVM
Projects
None yet
Development

No branches or pull requests

2 participants