-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
Update EIP-3670: Align with EOF Megaspec and other EIPs #8305
Conversation
✅ All reviewers have approved. |
EIPS/eip-3670.md
Outdated
- Valid initcode returning invalid code | ||
- Valid initcode returning valid code | ||
- EOF container with an invalid code at zeroth code section | ||
- EOF container with an invalid code at code sections placed in various positions |
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 don't understand this.
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.
Invalid code can be found in code section 0 or some other, test cases should cover that. It is phrased clunkily, I'll rework this. How about
- EOF container with invalid code in one of its code sections (test various code section indices)
?
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'm a terrible wordsmith here, how about fa60e76 ?
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.
All Reviewers Have Approved; Performing Automatic Merge...
Updates the language of the EIP-3670, to align with EOF Megaspec and other changes in EOF EIPs. Mainly makes independent from the exact spec of EOF contract creation.
The gist of the EIP should remain the same.