You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a script to processes EVM test cases, extracting transaction details and disassembling bytecodes with evmasm. We want to discriminate by CALL, CREATE and CREATE2 since we know that these opcode are failing. This way we can see which tests do not use these instructions and take care of those.
The text was updated successfully, but these errors were encountered:
Create a script to processes EVM test cases, extracting transaction details and disassembling bytecodes with
evmasm
. We want to discriminate byCALL
,CREATE
andCREATE2
since we know that these opcode are failing. This way we can see which tests do not use these instructions and take care of those.The text was updated successfully, but these errors were encountered: