add IL type, gossip kind, and pubsub message

This commit is contained in:
jacobkaufmann
2024-11-25 16:27:36 -07:00
parent 6e1945fc5d
commit 024dbf6efc
7 changed files with 94 additions and 3 deletions

View File

@@ -211,6 +211,7 @@ impl GossipCache {
GossipKind::BlsToExecutionChange => self.bls_to_execution_change,
GossipKind::LightClientFinalityUpdate => self.light_client_finality_update,
GossipKind::LightClientOptimisticUpdate => self.light_client_optimistic_update,
GossipKind::InclusionList => None,
};
let Some(expire_timeout) = expire_timeout else {
return;