Merge remote-tracking branch 'sigp/unstable' into gloas-lookup-sync-fixes

# Conflicts:
#	beacon_node/network/src/sync/manager.rs
This commit is contained in:
dapplion
2026-05-19 03:50:37 -06:00
66 changed files with 2686 additions and 927 deletions

View File

@@ -182,7 +182,9 @@ pub enum SyncMessage<E: EthSpec> {
result: BlockProcessingResult,
},
/// A block from gossip has completed processing,
/// A gossip-received component has completed processing and the block may now be imported.
/// In Fulu this is sent after block or blob processing. In Gloas this is also sent after
/// data column or payload envelope processing triggers availability.
GossipBlockProcessResult { block_root: Hash256, imported: bool },
}