-
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
EIP-4762: Statelessness gas cost changes #4762
Conversation
All tests passed; auto-merging...(pass) eip-4762.md
|
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.
Along with inline comments, please include the following sections at the end:
## Security Considerations
All EIPs must contain a section that discusses the security implications/considerations relevant to the proposed change. Include information that might be important for security discussions, surfaces risks and can be used throughout the life cycle of the proposal. E.g. include security-relevant design decisions, concerns, important discussions, implementation-specific guidance and pitfalls, an outline of threats and risks and how they are being addressed. EIP submissions missing the "Security Considerations" section will be rejected. An EIP cannot proceed to status "Final" without a Security Considerations discussion deemed sufficient by the reviewers.
## Copyright
Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
Co-authored-by: Micah Zoltu <micah@zoltu.net>
Co-authored-by: Micah Zoltu <micah@zoltu.net>
Co-authored-by: Micah Zoltu <micah@zoltu.net>
Co-authored-by: Micah Zoltu <micah@zoltu.net>
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.
This EIP is also missing the Security Considerations
section and Copyright
section.
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.
Just a few changes needed to satisfy CI.
Co-authored-by: Micah Zoltu <micah@zoltu.net>
Head branch was pushed to by a user without write access
Co-authored-by: Micah Zoltu <micah@zoltu.net>
Co-authored-by: Micah Zoltu <micah@zoltu.net>
* Verkle gas cost changes initial commit * Update EIPS/eip-4762.md Co-authored-by: Micah Zoltu <micah@zoltu.net> * Update EIPS/eip-4762.md Co-authored-by: Micah Zoltu <micah@zoltu.net> * Update EIPS/eip-4762.md Co-authored-by: Micah Zoltu <micah@zoltu.net> * Update EIPS/eip-4762.md Co-authored-by: Micah Zoltu <micah@zoltu.net> * Add sections, move discussion to magicians * Update EIPS/eip-4762.md Co-authored-by: Micah Zoltu <micah@zoltu.net> * Update EIPS/eip-4762.md Co-authored-by: Micah Zoltu <micah@zoltu.net> * Update EIPS/eip-4762.md Co-authored-by: Micah Zoltu <micah@zoltu.net> * Update EIPS/eip-4762.md Co-authored-by: Micah Zoltu <micah@zoltu.net>
This EIP introduces changes in the gas schedule to reflect the costs of creating a witness. It requires clients to update their database layout to match this, so as to avoid potential DoS attacks.