echidna
echidna copied to clipboard
Consider printing out hexadecimal representation of panics and the error msg for a specific panic
trafficstars
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>
looks like it was removed in https://github.com/crytic/echidna/pull/1157 for context
Can you open an issue in hevm for this?
@arcz done
Let's check if this was fixed
Already fixed