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: specs/_features/eip7732/p2p-interface.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,7 +130,7 @@ The *type* of the payload of this topic changes to the (modified) `SignedBeaconB
130
130
131
131
There are no new validations for this topic. However, all validations with regards to the `ExecutionPayload` are removed:
132
132
133
-
-_[REJECT]_ The length of KZG commitments is less than or equal to the limitation defined in Consensus Layer -- i.e. validate that len(body.signed_beacon_block.message.blob_kzg_commitments) <= MAX_BLOBS_PER_BLOCK
133
+
-_[REJECT]_ The length of KZG commitments is less than or equal to the limitation defined in Consensus Layer -- i.e. validate that `len(signed_beacon_block.message.body.blob_kzg_commitments) <= MAX_BLOBS_PER_BLOCK`
134
134
-_[REJECT]_ The block's execution payload timestamp is correct with respect to the slot
135
135
-- i.e. `execution_payload.timestamp == compute_timestamp_at_slot(state, block.slot)`.
136
136
- If `execution_payload` verification of block's parent by an execution node is *not* complete:
0 commit comments