solana/gossip/tests
behzad nouri 4e1333fbe6
removes id and shred_version from CrdsGossip (#18505)
ClusterInfo is the gateway to CrdsGossip function calls, and it already
has node's pubkey and shred version (full ContactInfo and Keypair in
fact).
Duplicating these data in CrdsGossip adds redundancy and possibility for
bugs should they not be consistent with ClusterInfo.
2021-07-09 13:10:08 +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 removes id and shred_version from CrdsGossip (#18505) 2021-07-09 13:10:08 +00:00
gossip.rs adds fallback logic if retransmit multicast fails (#17714) 2021-06-04 12:16:37 +00:00