Improve gossip wording

This commit is contained in:
Paul Hauner 2021-12-20 17:19:32 +11:00
parent b287f65dc9
commit 91cad9b19b
No known key found for this signature in database
GPG Key ID: 5E2CFF9B75FA63DF

View File

@ -220,8 +220,14 @@ Do not apply the existing condition:
Instead, apply the new condition:
- [REJECT] The block's parent (defined by block.parent_root) passes validation,
*and* `block.parent root not in optimistic_roots`.
- [IGNORE] The block's parent (defined by block.parent_root) passes validation
except the block.body.execution_payload was deemed INVALID.
- [REJECT] The block's parent (defined by block.parent_root) passes all
validation, excluding verification of the block.body.execution_payload.
The effect of these modifications is that invalid payloads may be propagated
across the network, but only when contained inside a block that is valid in *all
other aspects*.
#### Other Topics