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
EVMError
Currently, when the EVM execution fails, the code panics. We need to come up with a solution to handle these EVM errors appropriately.
The text was updated successfully, but these errors were encountered:
The last question to answer is if failed tx should consume all gas.
Sorry, something went wrong.
I think this was also related to eth_call so we can close @bkolad?
No branches or pull requests
Description
Currently, when the EVM execution fails, the code panics. We need to come up with a solution to handle these EVM errors appropriately.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: