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
We need tests to test the zero size / huge offset shenanigans for
RETURN
REVERT
CREATE
CALL
Note. There should be no need to test any of:
CALLDATACOPY
RETURNDATACOPY
LOG
CODECOPY
EXTCODECOPY
But we can add tests with these same conditions.
The text was updated successfully, but these errors were encountered:
lorenzogentile404
OlivierBBB
No branches or pull requests
Main point
We need tests to test the zero size / huge offset shenanigans for
RETURN
REVERT
CREATE
's (maybe already done)CALL
's (likey already done)Note. There should be no need to test any of:
CALLDATACOPY
RETURNDATACOPY
(which is special)LOG
'sCODECOPY
EXTCODECOPY
But we can add tests with these same conditions.
The text was updated successfully, but these errors were encountered: