remove gossip failure rules

This commit is contained in:
Enrico Del Fante 2023-12-01 18:36:25 +01:00
parent cf39eeda3d
commit ba09761ec3
No known key found for this signature in database
GPG Key ID: F435EFF90817FBA5
2 changed files with 0 additions and 2 deletions

View File

@ -304,7 +304,6 @@ Clients MUST respond with at least one sidecar, if they have it.
Clients MAY limit the number of blocks and sidecars in the response.
Clients SHOULD include a sidecar in the response as soon as it passes the gossip validation rules.
Clients MUST NOT respond with sidecars that fail gossip validation rules.
Clients SHOULD NOT respond with sidecars related to blocks that fail gossip validation rules.
Clients SHOULD NOT include sidecars related to blocks that fail `state_transition(block)`.

View File

@ -857,7 +857,6 @@ Clients MUST respond with at least one block, if they have it.
Clients MAY limit the number of blocks in the response.
Clients MAY include a block in the response as soon as it passes the gossip validation rules.
Clients MUST NOT respond with blocks that fail gossip validation rules.
Clients SHOULD NOT respond with blocks that fail beacon chain state transition.
`/eth2/beacon_chain/req/beacon_blocks_by_root/1/` is deprecated. Clients MAY respond with an empty list during the deprecation transition period.