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
latest
No response
Linux
Sending CCR over RPC doesn't return an error message if MEVM execution fails. Instead it returns only execution reverted.
execution reverted
This is not the case for exceptions raised by precompiles - full error message is returned. For example:
execution reverted: precompile '0x0000000000000000000000000000000042020001' reverted: 'data record not found'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What version of Suave are you on?
latest
What command(s) is the bug in?
No response
Operating System
Linux
Describe the bug
Sending CCR over RPC doesn't return an error message if MEVM execution fails. Instead it returns only
execution reverted
.This is not the case for exceptions raised by precompiles - full error message is returned. For example:
The text was updated successfully, but these errors were encountered: