prysm
prysm copied to clipboard
Add feature flag to treat all blocks as optimistic at startup
Adds a feature flag to treat every node as optimistic at launch. Currently this is essentially a noop, since the only node in forkchoice we do not revalidate is the finalized checkpoint. However this may be useful in case of an emergency when we implement sync from head.
Credit to @paulhauner for calling attention to this feature.