We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here are two families of tests for #785:
CREATE
CREATE2
0xaddr
CALL
EXTCODEHASH
EXTCODECOPY
EXTCODESIZE
warmth
balance
REVERT
Same thing but with $n$ CREATE / CREATE2 and REVERT's in the middle so that we can take DEPLOYMENT_NUMBER from $0$ to $n$ (rather from $0$ to $1$.)
The text was updated successfully, but these errors were encountered:
OlivierBBB
No branches or pull requests
Here are two families of tests for #785:
Simple deployment
CREATE
orCREATE2
address0xaddr
ahead of timeCALL
EXTCODEHASH
/EXTCODECOPY
/EXTCODESIZE
invocationswarmth
and/orbalance
of0xaddr
and must be undone at the right point in timeCREATE
orCREATE2
deployment at that addressREVERT
Intricate multiple deployments
Same thing but with$n$ CREATE / CREATE2 and REVERT's in the middle so that we can take DEPLOYMENT_NUMBER from $0$ to $n$ (rather from $0$ to $1$ .)
The text was updated successfully, but these errors were encountered: