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
In terms of the parameters we can play with we find:
level
root level
higher level
CREATE vs CREATE2
zero value vs nonzero value
WILL_REVERT vs WONT_REVERT
zero size
'zero size, huge offset' shenanigans
nonzero size
We could also consider collisions via CREATE2 or through multi transactions and SELFDESTRUCT's.
This will be the focus of other tests. We should also measure the interaction that these trivial deployments have with EXTCODEHASH.
Furthermore, we should see how these deployments squash any return data (if present.) And then there is obviously the question of deployment numbers, deployment statuses.
Definitions
Trivial CREATE's are those CREATE's that are
Parameters
In terms of the parameters we can play with we find:
We could also consider collisions via CREATE2 or through multi transactions and SELFDESTRUCT's.
This will be the focus of other tests. We should also measure the interaction that these trivial deployments have with EXTCODEHASH.
Furthermore, we should see how these deployments squash any return data (if present.) And then there is obviously the question of deployment numbers, deployment statuses.
The text was updated successfully, but these errors were encountered: