-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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-7742: update the required EL headers and the gas fee mechanism #9047
Update EIP-7742: update the required EL headers and the gas fee mechanism #9047
Conversation
…nism cleanup cleanup cleanup cleanup cleanup fixes cleanup fee fn cleanup fee fn cleanup fee fn cleanup some more cleanup some more cleanup some more cleanup track max apply feedback for excess blob gas on parent gas usage params as in 4844 resolve typo better variable naming cleanup text bring get base fee to eip 4844 definition level as well w.r.t. header arg apply feedback clarification simplify the entire proposal cleanup cleanup apply feedback language cleanup restore previous langauge further cleanup Update EIPS/eip-7742.md Co-authored-by: Alex Stokes <r.alex.stokes@gmail.com> apply feedback rename to blobs per block
File
|
Co-authored-by: Alex Stokes <r.alex.stokes@gmail.com>
Co-authored-by: Alex Stokes <r.alex.stokes@gmail.com>
Co-authored-by: Alex Stokes <r.alex.stokes@gmail.com>
Co-authored-by: Alex Stokes <r.alex.stokes@gmail.com>
Co-authored-by: Alex Stokes <r.alex.stokes@gmail.com>
Co-authored-by: Alex Stokes <r.alex.stokes@gmail.com>
Co-authored-by: Alex Stokes <r.alex.stokes@gmail.com>
Co-authored-by: Alex Stokes <r.alex.stokes@gmail.com>
Co-authored-by: Alex Stokes <r.alex.stokes@gmail.com>
Co-authored-by: Alex Stokes <r.alex.stokes@gmail.com>
Co-authored-by: Alex Stokes <r.alex.stokes@gmail.com>
Co-authored-by: Alex Stokes <r.alex.stokes@gmail.com>
EDIT: Oops, got confused between the live version on eips.ethereum.org and this PR. Still think it would make more sense to do the math on the EL, but not a big deal. |
Decided on ACDC #146 to table this until Fusaka. Can likely close this PR. |
closing in favor of a combined full proposal here: #9062 |
as discussed in the devcon meeting of core devs, it was discussed to attempt a pass a simple effective solution to handle the fee mechanism as we scale target blob counts :
This PR will make sure that when we update the target, previously accumulated excess gas is already correctly scaled to a normalized target so the fees don't drop out when we scale the excess gas update fraction to keep up with the increasing target.