Skip to content
Merged
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
8 changes: 4 additions & 4 deletions specs/gloas/p2p-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -455,9 +455,9 @@ The following validations MUST pass before forwarding the
`BeaconBlock` associated with `sidecar.beacon_block_root`:

- _[IGNORE]_ A valid block for the sidecar's `slot` has been seen (via gossip or
non-gossip sources). If not yet seen, a client MUST queue the sidecar for
non-gossip sources). If not yet seen, a client SHOULD queue the sidecar for
deferred validation and possible processing once the block is received or
retrieved.
retrieved. A client SHOULD queue at least one sidecar per peer per subnet.
- _[REJECT]_ The sidecar's `slot` matches the slot of the block with root
`beacon_block_root`.
- _[REJECT]_ The sidecar is valid as verified by
Expand Down Expand Up @@ -487,9 +487,9 @@ Implementations MUST ignore unknown versions.
messages on `data_column_sidecar_{subnet_id}` as defined above.

- _[IGNORE]_ A valid block for the Group ID's `slot` has been seen (via gossip
or non-gossip sources). If not yet seen, a client MUST queue the sidecar for
or non-gossip sources). If not yet seen, a client SHOULD queue the sidecar for
deferred validation and possible processing once the block is received or
retrieved.
retrieved. A client SHOULD queue at least 1 sidecar per peer per subnet.
- _[REJECT]_ The Group ID's `slot` matches the slot of the block with root
`beacon_block_root`. The `beacon_block_root` is also identified by the Group
ID.
Expand Down