This commit is contained in:
Eitan Seri-Levi
2026-04-27 14:27:20 +02:00
parent 732123abbb
commit 356c1fc659
2 changed files with 9 additions and 13 deletions

View File

@@ -296,9 +296,7 @@ pub fn blobs_to_data_column_sidecars<E: EthSpec>(
}
}
/// Build Gloas data column sidecars from blobs and cell proofs without requiring a full
/// `SignedBeaconBlock`. Used when publishing the execution payload envelope, where the
/// blobs are available but not attached to the beacon block.
/// Build Gloas data column sidecars from blobs and cell proofs
pub fn blobs_to_data_column_sidecars_gloas<E: EthSpec>(
blobs: &[&Blob<E>],
cell_proofs: Vec<KzgProof>,