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
Copy file name to clipboardExpand all lines: EIPS/eip-7742.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,17 @@ target blob count given by that genesis block's protocol rule set.
81
81
Upon activating this EIP (i.e. before processing any transactions),
82
82
the verification of the blob maximum as given in EIP-4844 can be skipped. Concretely, this means any logic relating
83
83
to `MAX_BLOB_GAS_PER_BLOCK` as given in EIP-4844 can be deprecated.
84
-
Additionally, any reference to `TARGET_BLOB_GAS_PER_BLOCK` from EIP-4844 can be derived by taking the `target_blobs_per_block` from the CL and multiplying by `GAS_PER_BLOB` as given in EIP-4844.
84
+
85
+
Additionally, `calc_excess_blob_gas` is updated as follows:
Otherwise, the specification of EIP-4844 is not changed. For example, blob base fee accounting and excess blob gas tracking occur in the exact same way.
0 commit comments