teku icon indicating copy to clipboard operation
teku copied to clipboard

Validate locally created blocks prior to gossiping

Open ajsutton opened this issue 4 years ago • 2 comments

Description

Currently Teku gossips blocks submitted to the publish block API immediately without checking validity. We should only publish blocks we've validated. As part of this we will need to ensure we publish blocks that are saved for later because the slot hasn't started yet (potentially because of clock skew with the validator client) which we don't appear to do currently.

ajsutton avatar Jul 01 '21 00:07 ajsutton

We need to check if this change affects the Builder flow.

lucassaldanha avatar Mar 14 '24 08:03 lucassaldanha

curious what we need here given block v3 etc @tbenr

rolfyone avatar Mar 20 '24 02:03 rolfyone