pub const MIN_SUPPORTED_CHECKPOINT_VERSION: u32 = 1;Expand description
Oldest checkpoint schema version this build can still load (EV-45).
Checkpoints older than this are rejected with
CheckpointError::VersionTooOld rather than being silently
misinterpreted.