Merge remote-tracking branch 'origin/release-v7.0.0' into unstable

This commit is contained in:
Michael Sproul
2025-02-24 13:59:40 +11:00
39 changed files with 195 additions and 189 deletions

View File

@@ -297,7 +297,6 @@ impl<E: EthSpec> PendingComponents<E> {
.map(|b| b.map(|b| b.to_blob()))
.take(num_blobs_expected)
.collect::<Option<Vec<_>>>()
.map(Into::into)
else {
return Err(AvailabilityCheckError::Unexpected);
};