mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-24 01:20:56 +00:00
Improve gossip wording
This commit is contained in:
parent
b287f65dc9
commit
91cad9b19b
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user