solana/gossip/tests
behzad nouri bbd22f06f4
implements generic lookups into gossip crds table (#18765)
This commit adds CrdsEntry trait which allows generic lookups into crds
table. For example to get ContactInfo or LowestSlot associated with a
Pubkey, the lookup code would be respectively:
   crds.get::<&ContactInfo>(pubkey)
   crds.get::<&LowestSlot>(pubkey)
2021-07-21 12:16:26 +00:00
..
cluster_info.rs encapsulates turbine peers computations of broadcast & retransmit stages (#18238) 2021-07-07 00:35:25 +00:00
crds_gossip.rs implements generic lookups into gossip crds table (#18765) 2021-07-21 12:16:26 +00:00
gossip.rs makes CrdsGossip thread-safe (#18615) 2021-07-14 22:27:17 +00:00