solana/gossip/src
behzad nouri 78a04ed432
ignores pubkey in Protocol::PruneMessage (#29280)
Protocol::PruneMessage(Pubkey, _) is the same as PruneData.pubkey and so
is redundant and can be ignored:
https://github.com/solana-labs/solana/blob/95d339300/gossip/src/cluster_info.rs#LL277-L279
https://github.com/solana-labs/solana/blob/95d339300/gossip/src/cluster_info.rs#L361-L367
2022-12-15 17:51:12 +00:00
..
cluster_info.rs ignores pubkey in Protocol::PruneMessage (#29280) 2022-12-15 17:51:12 +00:00
cluster_info_metrics.rs removes metric for process_push_success (#29211) 2022-12-12 22:10:38 +00:00
contact_info.rs fans out gossip pull-requests to many randomly selected peers (#25460) 2022-05-26 12:45:53 +00:00
crds.rs tracks number of gossip push duplicates 2022-12-15 13:28:27 +00:00
crds_entry.rs
crds_gossip.rs ignores pubkey in Protocol::PruneMessage (#29280) 2022-12-15 17:51:12 +00:00
crds_gossip_error.rs Fix derive_partial_eq_without_eq clippy lint 2022-05-22 22:22:21 -07:00
crds_gossip_pull.rs patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
crds_gossip_push.rs ignores pubkey in Protocol::PruneMessage (#29280) 2022-12-15 17:51:12 +00:00
crds_shards.rs
crds_value.rs patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
deprecated.rs Fix derive_partial_eq_without_eq clippy lint 2022-05-22 22:22:21 -07:00
duplicate_shred.rs caches reed-solomon encoder/decoder instance (#27510) 2022-09-25 18:09:47 +00:00
epoch_slots.rs removes erroneous uses of std::mem::swap (#26536) 2022-07-11 11:33:15 +00:00
gossip_error.rs convert std::sync::mpsc to crossbeam_channel (#22264) 2022-01-11 02:44:46 -08:00
gossip_service.rs Split out quic- and udp-client definitions (#28762) 2022-11-18 12:21:45 -07:00
lib.rs prunes gossip nodes based on timeliness of delivered messages 2022-12-15 13:28:27 +00:00
main.rs patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
ping_pong.rs enforces hash domain for ping-pong protocol (#28433) 2022-10-18 18:17:12 +00:00
received_cache.rs prunes gossip nodes based on timeliness of delivered messages 2022-12-15 13:28:27 +00:00
weighted_shuffle.rs removes legacy weighted_shuffle and weighted_best methods (#24125) 2022-04-05 19:19:22 +00:00