You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EIP-7691 is mostly a CL change, however, it will also change BLOB_BASE_FEE_UPDATE_FRACTION in the EL to change the fee market a bit. This is a patchwork solution until we gather more info about blob fee markets for Fusaka.
Component
consensus, eips, genesis
Describe the feature you would like
EIP-7691 is mostly a CL change, however, it will also change
BLOB_BASE_FEE_UPDATE_FRACTION
in the EL to change the fee market a bit. This is a patchwork solution until we gather more info about blob fee markets for Fusaka.See the relevant PR that adds these EL changes: https://github.com/ethereum/EIPs/pull/9060/files
TL;DR: For < Prague we use the current
BLOB_BASE_FEE_UPDATE_FRACTION
, for >= Prague useBLOB_BASE_FEE_UPDATE_FRACTION_ELECTRA
.Relevant snippets:
alloy/crates/eips/src/eip4844/mod.rs
Lines 70 to 71 in 20d13fa
alloy/crates/eips/src/eip4844/mod.rs
Lines 131 to 142 in 20d13fa
Additional context
No response
The text was updated successfully, but these errors were encountered: