Skip to content

Commit b8ff97b

Browse files
authored
eip7732: add gossip rule for old payloads (#4695)
This additional gossip rule is needed on the `ExecutionPayloadEnvelope` per [today's breakout room call](ethereum/pm#1759)
1 parent eb06acf commit b8ff97b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

specs/gloas/p2p-interface.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,9 @@ The following validations MUST pass before forwarding the
228228
the block is retrieved).
229229
- _[IGNORE]_ The node has not seen another valid
230230
`SignedExecutionPayloadEnvelope` for this block root from this builder.
231+
- _[IGNORE]_ The envelope is from a slot greater than or equal to the latest
232+
finalized slot -- i.e. validate that
233+
`envelope.slot >= compute_start_slot_at_epoch(store.finalized_checkpoint.epoch)`
231234

232235
Let `block` be the block with `envelope.beacon_block_root`. Let `bid` alias
233236
`block.body.signed_execution_payload_bid.message` (notice that this can be

0 commit comments

Comments
 (0)