mirror of
https://github.com/sigp/lighthouse.git
synced 2026-06-16 10:18:15 +00:00
Merge remote-tracking branch 'sigp/unstable' into gloas-lookup-sync-fixes
# Conflicts: # beacon_node/network/src/sync/manager.rs
This commit is contained in:
@@ -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 },
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user