Skip to content
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-7691. #9254

Open
Muaytie23 opened this issue Jan 19, 2025 · 0 comments
Open

eip-7691. #9254

Muaytie23 opened this issue Jan 19, 2025 · 0 comments

Comments

@Muaytie23
Copy link

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 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant