pub(crate) const DECIDE_GAP_FILL_HORIZON: u64 = 20;Expand description
How far behind the newest persisted decide an out-of-order (“gap-fill”) decide can still
arrive. Mirrors DECIDE_BUFFER in hotshot-new-protocol; a leaf missing further behind the
watermark than this will never be filled in by consensus.