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
diff --git a/EIPS/eip-7691.md b/EIPS/eip-7691.md
index e155b790402f7..46bfca656a08c 100644
--- a/EIPS/eip-7691.md
+++ b/EIPS/eip-7691.md
@@ -40,6 +40,9 @@ The current long term plan of Ethereum is to implement peerDAS as specified by [ MAX_BLOBS_PER_BLOCK_ELECTRA and TARGET_BLOBS_PER_BLOCK_ELECTRA are consumed by the consensus layer clients, and starting at PECTRA_FORK_EPOCH replace the respective old max and target values.
MAX_BLOB_GAS_PER_BLOCK, TARGET_BLOB_GAS_PER_BLOCK and BLOB_BASE_FEE_UPDATE_FRACTION_PRAGUE are consumed by the execution layer clients, and starting at the epoch when this EIP is activated, replace the old max, target and update fraction values.
+Any references to MAX_BLOB_GAS_PER_BLOCK and TARGET_BLOB_GAS_PER_BLOCK in EIP-4844 should be updated to the new values defined in this EIP when processing the activation block.
+The value BLOB_BASE_FEE_UPDATE_FRACTION_PRAGUE replaces its previous equivalent when processing the activation block.
+These changes imply that get_base_fee_per_blob_gas and calc_excess_blob_gas functions defined in EIP-4844 use the new values for the first block of the fork (and for all subsequent blocks).
Rationale
The text was updated successfully, but these errors were encountered:
Proposed Change
diff --git a/EIPS/eip-7691.md b/EIPS/eip-7691.md
index e155b790402f7..46bfca656a08c 100644
--- a/EIPS/eip-7691.md
+++ b/EIPS/eip-7691.md
@@ -40,6 +40,9 @@ The current long term plan of Ethereum is to implement peerDAS as specified by [
MAX_BLOBS_PER_BLOCK_ELECTRA
andTARGET_BLOBS_PER_BLOCK_ELECTRA
are consumed by the consensus layer clients, and starting atPECTRA_FORK_EPOCH
replace the respective old max and target values.MAX_BLOB_GAS_PER_BLOCK
,TARGET_BLOB_GAS_PER_BLOCK
andBLOB_BASE_FEE_UPDATE_FRACTION_PRAGUE
are consumed by the execution layer clients, and starting at the epoch when this EIP is activated, replace the old max, target and update fraction values.+Any references to
MAX_BLOB_GAS_PER_BLOCK
andTARGET_BLOB_GAS_PER_BLOCK
in EIP-4844 should be updated to the new values defined in this EIP when processing the activation block.+The value
BLOB_BASE_FEE_UPDATE_FRACTION_PRAGUE
replaces its previous equivalent when processing the activation block.+These changes imply that
get_base_fee_per_blob_gas
andcalc_excess_blob_gas
functions defined in EIP-4844 use the new values for the first block of the fork (and for all subsequent blocks).Rationale
The text was updated successfully, but these errors were encountered: