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

evm t8n: Support precompiles #565

Open
winsvega opened this issue Feb 15, 2023 · 2 comments
Open

evm t8n: Support precompiles #565

winsvega opened this issue Feb 15, 2023 · 2 comments
Labels
precompiles Related to EVM precompiles

Comments

@winsvega
Copy link

currently all tests involving precompile addresses are failing. I asuume it is not implemented.

@axic
Copy link
Member

axic commented Feb 17, 2023

There is support for precompiles, but need to insert all expected input/output pairs https://github.com/ethereum/evmone/blob/master/test/state/precompiles_stub.json.

@rodiazet
Copy link
Collaborator

rodiazet commented Feb 24, 2023

And define EVMONE_PRECOMPILES_STUB env variable as a path to precompile_stub.json file when running retesteth.

@chfast chfast added the precompiles Related to EVM precompiles label Jan 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
precompiles Related to EVM precompiles
Projects
None yet
Development

No branches or pull requests

4 participants