-
Notifications
You must be signed in to change notification settings - Fork 293
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
Disallow unreferenced subcontainers and subcontainers referenced by both EOFCREATE and RETURNCONTRACT #916
Conversation
gumb0
commented
Jun 4, 2024
•
edited by chfast
Loading
edited by chfast
- Disallow unreferenced subcontainers, following the spec change Add validateion rule forbidding unreferenced subcontainers ipsilon/eof#122.
- Disallow EOFCREATE and RETURNCONTRACT referencing the same container, following the spec change Disallow being referenced by both RETURNCONTRACT and EOFCREATE ipsilon/eof#135.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #916 +/- ##
==========================================
- Coverage 94.28% 94.22% -0.06%
==========================================
Files 142 142
Lines 16123 16132 +9
==========================================
Hits 15201 15201
- Misses 922 931 +9
Flags with carried forward coverage won't be shown. Click here to find out more.
|
3d9a3bf
to
39b8c59
Compare
de13ba6
to
e5f5c92
Compare
39b8c59
to
41fa312
Compare
e5f5c92
to
783757c
Compare
783757c
to
dae626c
Compare
bb1aa17
to
c23c2fb
Compare
a601529
to
71afb81
Compare
c23c2fb
to
da6dd49
Compare
71afb81
to
d91990a
Compare
da6dd49
to
93a8c7f
Compare
d91990a
to
37ed902
Compare
6e9241f
to
999ef63
Compare
999ef63
to
3e6cf42
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, but this also implements ipsilon/eof#135 ?
It does, I was not sure if it makes sense to split them. |
It's fine, just maybe include this in the title or merge message. We just merged the eof PR so having this go in here sounds good. |
…iner This allows to get rid of ContainerKind::initcode_runtime.
3e6cf42
to
df592fe
Compare
The disabled tests are failing by having invalid EOF with unreferenced subcontainers.
1a90105
to
c69e5ca
Compare
This is the fixture format agreed on EOF implementers call and produced by EEST in ethereum/execution-spec-tests#651 Based on #916 because it removes the tests for `initcode_runtime` container kind, and those were failing the run of exported validation tests.