Skip to content
Closed
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
2 changes: 0 additions & 2 deletions specs/phase0/p2p-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -519,8 +519,6 @@ The following validations MUST pass before forwarding the
- _[IGNORE]_ The `aggregate` is the first valid aggregate received for the
aggregator with index `aggregate_and_proof.aggregator_index` for the epoch
`aggregate.data.target.epoch`.
- _[REJECT]_ The attestation has participants -- that is,
`len(get_attesting_indices(state, aggregate)) >= 1`.
- _[REJECT]_ `aggregate_and_proof.selection_proof` selects the validator as an
aggregator for the slot -- i.e.
`is_aggregator(state, aggregate.data.slot, index, aggregate_and_proof.selection_proof)`
Expand Down