Merge branch 'unstable' into gloas-containers

This commit is contained in:
Eitan Seri-Levi
2025-12-03 17:06:10 -03:00
committed by GitHub
19 changed files with 413 additions and 362 deletions

View File

@@ -474,7 +474,7 @@ impl BlockId {
)
.collect::<Result<Vec<_>, _>>()?;
reconstruct_blobs(&chain.kzg, &data_columns, blob_indices, block, &chain.spec).map_err(
reconstruct_blobs(&chain.kzg, data_columns, blob_indices, block, &chain.spec).map_err(
|e| {
warp_utils::reject::custom_server_error(format!(
"Error reconstructing data columns: {e:?}"