Skip to content
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

Consider printing out hexadecimal representation of panics and the error msg for a specific panic #1210

Open
0xicingdeath opened this issue Mar 12, 2024 · 4 comments
Labels
enhancement hevm Requires changes in hevm

Comments

@0xicingdeath
Copy link
Contributor

Describe the desired feature

Consider displaying the hexadecimal value of the panic opcode or the specific error messages that are represented by the Panic(17). Since this number is technically in decimal, it needs to be converted into hex for Panic(0x11), thereby allowing us to determine that it is due to an arithmetic operation causing underflow.

 └╴error Revert Panic(17) <no source map>
@0xalpharush
Copy link
Member

looks like it was removed in #1157 for context

@arcz
Copy link
Member

arcz commented Mar 12, 2024

Can you open an issue in hevm for this?

@0xicingdeath
Copy link
Contributor Author

@arcz done

@ggrieco-tob
Copy link
Member

Let's check if this was fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement hevm Requires changes in hevm
Projects
None yet
Development

No branches or pull requests

4 participants