We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need to test the whole "post" state, not just the "storage" part of it: https://github.com/poanetwork/mana/blob/master/apps/evm/test/evm_test.exs#L232
EDIT1: Forgot to mention that we need to check the callcreates and out too, according to http://ethereum-tests.readthedocs.io/en/latest/test_types/vm_tests.html#the-callcreates-section and http://ethereum-tests.readthedocs.io/en/latest/test_types/vm_tests.html#the-gas-and-output-keys
callcreates
out
The text was updated successfully, but these errors were encountered:
vyorkin
Successfully merging a pull request may close this issue.
We need to test the whole "post" state, not just the "storage" part of it: https://github.com/poanetwork/mana/blob/master/apps/evm/test/evm_test.exs#L232
EDIT1: Forgot to mention that we need to check the
callcreates
andout
too, according to http://ethereum-tests.readthedocs.io/en/latest/test_types/vm_tests.html#the-callcreates-section and http://ethereum-tests.readthedocs.io/en/latest/test_types/vm_tests.html#the-gas-and-output-keysThe text was updated successfully, but these errors were encountered: