pyevmasm icon indicating copy to clipboard operation
pyevmasm copied to clipboard

Distinguish between INVALID opcode and an opcode that is invalid

Open computerality opened this issue 6 years ago • 0 comments
trafficstars

Current pyevmasm returns INVALID opcode when an opcode is not found. However these are different things and it may be important to tell the difference between the two via exceptions or some other way, especially when dealing with older forks

computerality avatar Nov 27 '18 16:11 computerality