pub const MAX_SEAL_PROOF_LENGTH: u8 = 20;
Maximum merkle proof length for seal proofs (supports ~1M epochs). This prevents DoS attacks through extremely long proofs. Each epoch = 1 day, so this supports ~2,700 years of history.