Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion specs/gloas/p2p-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,8 @@ The following validations MUST pass before forwarding the
**Added in Gloas:**

- _[IGNORE]_ The sidecar's `beacon_block_root` has been seen via a valid signed
execution payload header (builder's bid).
execution payload header (builder's bid). A client MAY queue the sidecar for
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any specific reason to use the word "queue" then just cache?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same language as in previous forks

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

processing once the block is retrieved.
- _[REJECT]_ The sidecars's `slot` matches the slot of the block with root
`beacon_block_root`.
- _[REJECT]_ The hash of the sidecar's `kzg_commitments` matches the
Expand Down