From e696d1103c4efec9d6d8432953fcee0c06ae5cac Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Mon, 20 Dec 2021 18:36:03 +1100 Subject: [PATCH] Update gossip conditions --- sync/optimistic.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sync/optimistic.md b/sync/optimistic.md index ac805be0e..e45d6bbb2 100644 --- a/sync/optimistic.md +++ b/sync/optimistic.md @@ -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