pub fn diff_historical_log( base_slot: u64, target_slot: u64, target_ssz: &[u8], item_ssz_size: usize, activation_slot: Option<u64>, ) -> HistoricalLogDiff
Computes a historical log delta using protocol math.