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
We at Mana ran into a consensus breaking bug in our client at block #116524. The issue was that when code_size was set to 0 when running the opcode CODECOPY we would push a 0 onto the stack instead of leaving the state unchanged. This was a bug in our implementation and was fixed in commit mana-ethereum/mana@8279808. It may be helpful to add a test for this case for this so other new clients don’t run into the same issue in the future.
The text was updated successfully, but these errors were encountered:
We at Mana ran into a consensus breaking bug in our client at block #116524. The issue was that when
code_size
was set to0
when running the opcodeCODECOPY
we would push a0
onto the stack instead of leaving the state unchanged. This was a bug in our implementation and was fixed in commit mana-ethereum/mana@8279808. It may be helpful to add a test for this case for this so other new clients don’t run into the same issue in the future.The text was updated successfully, but these errors were encountered: