-
Notifications
You must be signed in to change notification settings - Fork 66
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
feat(arbiter-core): EVM stack tracing #710
Comments
Can you expand on this please? |
Yeah there are i guess two types of stack traces that could be nice for debugging calls when a call fails.
function add(uint x, uint y) public pure returns (uint) {
return x + y;
} could look like this (not confident this matches the above function perfectly but gets the point across)
|
How would you want to go about implementing this in arbiter? |
I was thinking at a high level that an inspector might work for the opcode level stack trace. |
No description provided.
The text was updated successfully, but these errors were encountered: