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
The above changes were done in Geth to now charge code chunk loading even if destination of the JUMP is not a valid JUMPDEST opcode.
This will only be needed for the devnet-8, in the meantime some new reference tests might be created.
The text was updated successfully, but these errors were encountered:
I did some initially investigation and it looks like we can use MessageFrame.wasCreatedInTransaction(Address) to see if contract is deployment and will have to change the way JUMP* opcodes compute the cost which is now a static cost.
gballet/go-ethereum#530
The above changes were done in Geth to now charge code chunk loading even if destination of the JUMP is not a valid JUMPDEST opcode.
This will only be needed for the devnet-8, in the meantime some new reference tests might be created.
The text was updated successfully, but these errors were encountered: