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 need a test for CODECOPY'ing initialization code. This is in the wake of realizing that account snapshots weren't working properly, see commit b9d0c4a.
Example initialization code
CODESIZEPUSH10x00PUSH10x00CODECOPY// we could stop here// what follows is just// a means to visualize// the CODECOPY operationPUSH10x00MLOAD// again, we could stop// here on an empty code// deploymentCODESIZEPUSH10x00RETURN
We finish on a RETURN instruction that deploys the initialization code but we may as well
The text was updated successfully, but these errors were encountered:
We need a test for CODECOPY'ing initialization code. This is in the wake of realizing that account snapshots weren't working properly, see commit b9d0c4a.
Example initialization code
We finish on a
RETURN
instruction that deploys the initialization code but we may as wellThe text was updated successfully, but these errors were encountered: