pub const HIGHWATER_STATE_KEY: &str = "hlc_highwater";Expand description
protocol_state key under which the clock’s high-water mark is persisted, so it
cannot regress across restarts (see Hlc::seed). Written whenever the
clock advances (host stamp flushed at cycle end, and on apply-merge).