pub async fn replay_from_genesis(
runtime: &Runtime,
store: &dyn LogStore,
) -> Result<(Value, Seq)>Expand description
Fold the whole log from genesis, ignoring snapshots.
D3’s genesis-replay discipline: snapshots are an optimisation, and a snapshot that disagrees with the log is a bug we want CI to find, not a fact we want to trust.