-
Notifications
You must be signed in to change notification settings - Fork 846
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
evmtool crashes on unexpected stateroot #5965
Comments
can you retest with |
at f0b2b56
|
the test
|
Afaict this PR broke it again: #6013 |
Seems fixed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to Reproduce (Bug)
Run a test with invalid expected root, see that the trace does not contain the stateroot at the end
json test file can be found here: https://github.com/holiman/goevmlab/tree/master/evms/testdata/cases, and the expected stdout should end with a stateroot, as can be seen here
The reason why the stateroot is not shown can be seen if we look at the stderr:
It crashes, which makes it not compatible with the fuzzing-framework.
Commit version 4f49ec9
The text was updated successfully, but these errors were encountered: