FIX CHECKPOINT SYNC

This commit is contained in:
Eitan Seri-Levi
2026-05-04 17:27:38 +03:00
21 changed files with 1373 additions and 103 deletions

View File

@@ -3254,9 +3254,8 @@ impl<T: BeaconChainTypes> BeaconChain<T> {
AvailabilityProcessingStatus::Imported(block_root) => {
// Import the envelope if one was provided (Gloas+).
if let Some(envelope) = envelope
&& let Err(e) = self.import_envelope_from_range_sync(
*envelope, block_root,
)
&& let Err(e) =
self.import_envelope_from_range_sync(*envelope, block_root)
{
return ChainSegmentResult::Failed {
imported_blocks,