pub const MINIMUM_DISTANCE: u64 = 64;Expand description
Minimum blocks to retain for receipts and bodies to ensure reorg safety.
This prevents pruning data that may be needed when handling chain reorganizations,
specifically when canonical_block_by_hash needs to reconstruct ExecutedBlock from disk.