-
Notifications
You must be signed in to change notification settings - Fork 153
new(tests): Add EOF validation tests for stack underflow #1331
New issue
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
Conversation
f49311a
to
c99f0b2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few comments, thanks!
tests/osaka/eip7692_eof_v1/eip4750_functions/test_code_validation.py
Outdated
Show resolved
Hide resolved
tests/osaka/eip7692_eof_v1/eip4750_functions/test_code_validation.py
Outdated
Show resolved
Hide resolved
tests/osaka/eip7692_eof_v1/eip5450_stack/test_code_validation.py
Outdated
Show resolved
Hide resolved
tests/osaka/eip7692_eof_v1/eip6206_jumpf/test_jumpf_validation.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I second Mario's comments + one suggestion
3a6d54d
to
d0c99bc
Compare
d0c99bc
to
cafebd2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
ποΈ Description
Port ethereum/tests EOF validation tests for stack underflow.
π Related Issues
β Checklist
mkdocs serve
locally and verified the auto-generated docs for new tests in the Test Case Reference are correctly formatted.