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
, there are several REVERT instructions, but since there aren't enough items on the stack, they don't actually revert, I think they trigger an exceptional halting state (same as 0xFE INVALID). For clarity, maybe these instructions should be changed to 0xFE - or start the code with MSIZE MSIZE so that the REVERT opcodes will have enough stack items to consume!
The text was updated successfully, but these errors were encountered:
In
evm-puzzles/puzzles/puzzle_10.json
Line 2 in c98de5c
MSIZE MSIZE
so that the REVERT opcodes will have enough stack items to consume!The text was updated successfully, but these errors were encountered: