ethereum / tests

Common tests for all Ethereum implementations
MIT License
563 stars 320 forks source link

Incorrect stack in arithFiller.yml #1405

Open xrchz opened 1 month ago

xrchz commented 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?

winsvega commented 1 month ago

I guess its a typo because just above there was pushed 0x21 (33)