···371371 }
372372 }
373373374374+ if commit.ops.is_empty() || commit.blocks.is_empty() {
375375+ tracing::debug!("skipping commit with no ops/data");
376376+ return Ok(());
377377+ }
378378+374379 // turn the car slice into a map of cid:block
375380 let car_reader = iroh_car::CarReader::new(commit.blocks.as_slice()).await?;
376381 let blocks = car_reader