-
Notifications
You must be signed in to change notification settings - Fork 50
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
CI: run ewasm-tests with geth+evmc+hera #349
Comments
Currently, this is not easily doable, because go-ethereum will run Byzantium state tests in EVM mode (EWASM is not enabled in this config) even if |
for reference, @chfast's PR ethereum/go-ethereum#18084 |
No. |
This hack allows to run EWASM state tests in geth: ewasm/go-ethereum#7. |
Actually that's what the fork rules are for, check ewasm/go-ethereum#9 That should work now; I'm seeking to activate travis to check, but I seem to have insufficient permissions @axic. |
@gballet has pushed a branch to help running ewasm tests with geth: https://github.com/ewasm/go-ethereum/tree/wasm-testing
The text was updated successfully, but these errors were encountered: