-
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
Create EIP-5027 #5027
Create EIP-5027 #5027
Conversation
All tests passed; auto-merging...(pass) eip-5027.md
(pass) assets/eip-5027/0001-unlimit-code-size.patch
|
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.
There are a few issues with this EIP - I've added comments hopefully explaining them.
Co-authored-by: Pandapip1 <[email protected]>
Co-authored-by: Pandapip1 <[email protected]>
Co-authored-by: Sam Wilson <[email protected]>
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 couple of minor things needed to merge as a draft, but overall seems reasonable.
Co-authored-by: Micah Zoltu <[email protected]>
Co-authored-by: Pandapip1 <[email protected]>
Co-authored-by: Sam Wilson <[email protected]>
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.
Last thing I think. Sorry I missed it the first time through.
Co-authored-by: Micah Zoltu <[email protected]>
Add opcode number for first reference
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.
Travis CI is failing. Those issues need to be fixed, whatever they are.
|
Hmm... CI is unhappy with the diff because it cuts off at a fixed number of characters. I'm not sure how to handle this generally, but for now I'm going to force merge since that is the only CI failure. I'm hoping CI doesn't fail like this every time someone touches the file. |
Many thanks for handling this! |
|
||
## Reference Implementation | ||
|
||
The reference implementation on Geth is available at [0001-unlimit-code-size.patch](../assets/eip-5027/0001-unlimit-code-size.patch). |
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.
As far as I understand it GPL licensed code should not be in the EIP repository. Can this be changed to pointing to a commit in a pull request in Geth?
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 think the external link is not recommended in the EIP repository either (as the previous version of this EIP uses the pointer to the commit).
* Create eip-tbd * Update eip-tbd * Update and rename eip-tbd to eip-5027 * Rename eip-5027 to eip-5027.md * Update eip-5027.md * Update eip-5027.md * Update EIPS/eip-5027.md Co-authored-by: Pandapip1 <[email protected]> * Update EIPS/eip-5027.md Co-authored-by: Pandapip1 <[email protected]> * Update eip-5027.md * Update eip-5027.md * Update EIPS/eip-5027.md Co-authored-by: Sam Wilson <[email protected]> * Update eip-5027.md * Update EIPS/eip-5027.md Co-authored-by: Micah Zoltu <[email protected]> * add code path in assets * Update eip-5027.md * Update EIPS/eip-5027.md Co-authored-by: Pandapip1 <[email protected]> * Update EIPS/eip-5027.md Co-authored-by: Sam Wilson <[email protected]> * Update eip-5027.md * Update EIPS/eip-5027.md Co-authored-by: Micah Zoltu <[email protected]> * Update eip-5027.md Add opcode number for first reference Co-authored-by: Pandapip1 <[email protected]> Co-authored-by: Sam Wilson <[email protected]> Co-authored-by: Micah Zoltu <[email protected]> Co-authored-by: Qi Zhou <[email protected]>
When opening a pull request to submit a new EIP, please use the suggested template: https://github.com/ethereum/EIPs/blob/master/eip-template.md
We have a GitHub bot that automatically merges some PRs. It will merge yours immediately if certain criteria are met: