Skip to content

Commit 28cb3af

Browse files
committed
Update EIP-7691: clarify that all 3 EL constants change in Prague
1 parent da32186 commit 28cb3af

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

EIPS/eip-7691.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ The current long term plan of Ethereum is to implement peerDAS as specified by [
3333
|------------------------------------------|---------------------|
3434
| `MAX_BLOBS_PER_BLOCK_ELECTRA` | `9` |
3535
| `TARGET_BLOBS_PER_BLOCK_ELECTRA` | `6` |
36-
| `MAX_BLOB_GAS_PER_BLOCK` | `1179648` |
37-
| `TARGET_BLOB_GAS_PER_BLOCK` | `786432` |
36+
| `MAX_BLOB_GAS_PER_BLOCK_PRAGUE` | `1179648` |
37+
| `TARGET_BLOB_GAS_PER_BLOCK_PRAGUE` | `786432` |
3838
| `BLOB_BASE_FEE_UPDATE_FRACTION_PRAGUE` | `5007716` |
3939

4040
`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.
4141

42-
`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.
42+
`MAX_BLOB_GAS_PER_BLOCK_PRAGUE`, `TARGET_BLOB_GAS_PER_BLOCK_PRAGUE` 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.
4343

4444
## Rationale
4545

@@ -67,7 +67,7 @@ The `BLOB_BASE_FEE_UPDATE_FRACTION_PRAGUE` value in this EIP is chosen as the mi
6767

6868
The consensus clients would continue to use `MAX_BLOBS_PER_BLOCK` and `TARGET_BLOBS_PER_BLOCK` for the deneb fork and once the `ELECTRA` fork is active, they would use `MAX_BLOBS_PER_BLOCK_ELECTRA` and `TARGET_BLOBS_PER_BLOCK_ELECTRA` respectively.
6969

70-
The execution clients would continue to use `MAX_BLOB_GAS_PER_BLOCK`, `TARGET_BLOB_GAS_PER_BLOCK` and `BLOB_BASE_FEE_UPDATE_FRACTION` for the cancun fork and once the prague fork is active, they would use `MAX_BLOB_GAS_PER_BLOCK`, `TARGET_BLOB_GAS_PER_BLOCK` and `BLOB_BASE_FEE_UPDATE_FRACTION_PRAGUE` respectively.
70+
The execution clients would continue to use `MAX_BLOB_GAS_PER_BLOCK`, `TARGET_BLOB_GAS_PER_BLOCK` and `BLOB_BASE_FEE_UPDATE_FRACTION` for the cancun fork and once the prague fork is active, they would use `MAX_BLOB_GAS_PER_BLOCK_PRAGUE`, `TARGET_BLOB_GAS_PER_BLOCK_PRAGUE` and `BLOB_BASE_FEE_UPDATE_FRACTION_PRAGUE` respectively.
7171

7272
## Security Considerations
7373

0 commit comments

Comments
 (0)