Update gossip conditions

This commit is contained in:
Paul Hauner 2021-12-20 18:36:03 +11:00
parent ff50bfe6e8
commit e696d1103c
No known key found for this signature in database
GPG Key ID: 303E4494BB28068C
1 changed files with 2 additions and 1 deletions

View File

@ -220,9 +220,10 @@ Do not apply the existing condition:
Instead, apply the new condition:
- [IGNORE] The block's parent was imported optimistically.
- [REJECT] The block's parent (defined by block.parent_root) passes all
validation, excluding verification of the block.body.execution_payload.
- [IGNORE] The block's parent (defined by block.parent_root) passes all
validation, including 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