Merge branch 'unstable' into gloas-envelope-processing-merge-unstable

This commit is contained in:
Mark Mackey
2026-01-05 13:40:03 -06:00
19 changed files with 78 additions and 283 deletions

View File

@@ -483,8 +483,9 @@ impl BlockId {
},
)
} else {
Err(warp_utils::reject::custom_server_error(format!(
"Insufficient data columns to reconstruct blobs: required {num_required_columns}, but only {num_found_column_keys} were found."
Err(warp_utils::reject::custom_bad_request(format!(
"Insufficient data columns to reconstruct blobs: required {num_required_columns}, but only {num_found_column_keys} were found. \
You may need to run the beacon node with --supernode or --semi-supernode."
)))
}
}