solana/gossip/src
behzad nouri e283461d99
enforces hash domain for ping-pong protocol (#28433)
https://github.com/solana-labs/solana/pull/27193
added hash domain to ping-pong protocol.
For backward compatibility responses both with and without domain were
generated and accepted.
Now that all clusters are upgraded, this commit enforces the hash domain
by removing the response without the domain.
2022-10-18 18:17:12 +00:00
..
cluster_info.rs enforces hash domain for ping-pong protocol (#28433) 2022-10-18 18:17:12 +00:00
cluster_info_metrics.rs counts gossip packets received before excess packets are dropped (#28086) 2022-09-27 13:43:35 +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 Fix derive_partial_eq_without_eq clippy lint 2022-05-22 22:22:21 -07:00
crds_entry.rs adds metrics tracking crds writes and votes (#20953) 2021-10-26 13:02:30 +00:00
crds_gossip.rs fans out gossip pull-requests to many randomly selected peers (#25460) 2022-05-26 12:45:53 +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 make ping cache rate limit delay configurable (#27955) 2022-09-26 14:16:56 -07:00
crds_gossip_push.rs demotes WeightedShuffle failures to error metrics (#24079) 2022-04-03 16:20:06 +00:00
crds_shards.rs adds metrics tracking crds writes and votes (#20953) 2021-10-26 13:02:30 +00:00
crds_value.rs Fix derive_partial_eq_without_eq clippy lint 2022-05-22 22:22:21 -07: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 Use new client crates (#27360) 2022-08-24 10:47:02 -06:00
lib.rs replaces counters with datapoints in gossip metrics (#24451) 2022-04-18 23:14:59 +00:00
main.rs
ping_pong.rs enforces hash domain for ping-pong protocol (#28433) 2022-10-18 18:17:12 +00:00
weighted_shuffle.rs removes legacy weighted_shuffle and weighted_best methods (#24125) 2022-04-05 19:19:22 +00:00