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
When a transaction fails in EVM execution, the revert reason is present in the output field.
output
We can parse the reason using the list of pre-compiled Solidity errors and use the friendly error name in metrics, tracing and error response.
The error message can also be an encoded String, so we will also need to handle this scenario.
The text was updated successfully, but these errors were encountered:
#1950 and #1936 partially address this
Sorry, something went wrong.
No branches or pull requests
When a transaction fails in EVM execution, the revert reason is present in the
output
field.We can parse the reason using the list of pre-compiled Solidity errors and use the friendly error name in metrics, tracing and error response.
The error message can also be an encoded String, so we will also need to handle this scenario.
The text was updated successfully, but these errors were encountered: