Open xrchz opened 1 month ago
In this line
https://github.com/ethereum/tests/blob/9201075490807f58811078e9bb5ec895b4ac01a5/src/GeneralStateTestsFiller/VMTests/vmArithmeticTest/arithFiller.yml#L36
why does PUSH1 0x17 lead to a 21 on the stack instead of 23?
PUSH1 0x17
I guess its a typo because just above there was pushed 0x21 (33)
In this line
https://github.com/ethereum/tests/blob/9201075490807f58811078e9bb5ec895b4ac01a5/src/GeneralStateTestsFiller/VMTests/vmArithmeticTest/arithFiller.yml#L36
why does
PUSH1 0x17
lead to a 21 on the stack instead of 23?