We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb06acf commit b8ff97bCopy full SHA for b8ff97b
specs/gloas/p2p-interface.md
@@ -228,6 +228,9 @@ The following validations MUST pass before forwarding the
228
the block is retrieved).
229
- _[IGNORE]_ The node has not seen another valid
230
`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)`
234
235
Let `block` be the block with `envelope.beacon_block_root`. Let `bid` alias
236
`block.body.signed_execution_payload_bid.message` (notice that this can be
0 commit comments