solana/gossip/src
ryleung-solana 17b00ad3a4
Add quic-client module (#23166)
* Add quic-client module to send transactions via quic, abstracted behind the TpuConnection trait (along with a legacy UDP implementation of TpuConnection) and change thin-client to use TpuConnection
2022-03-09 21:33:05 -05:00
..
cluster_info.rs add plumbing to allow for arbitrary tpu address in gossip (#22703) 2022-03-02 09:42:14 +01:00
cluster_info_metrics.rs limits gossip vote stats to the top most voted slots (#22416) 2022-01-10 21:23:41 +00:00
contact_info.rs Tpu vote 1.7 (#20187) (#20494) 2021-10-07 09:38:23 +00:00
crds.rs bumps up crds-shards-bits (#23220) 2022-03-01 15:14:11 +00:00
crds_entry.rs adds metrics tracking crds writes and votes (#20953) 2021-10-26 13:02:30 +00:00
crds_gossip.rs adds metrics tracking crds writes and votes (#20953) 2021-10-26 13:02:30 +00:00
crds_gossip_error.rs Move gossip modules into solana-gossip crate (#17352) 2021-05-26 09:15:46 -06:00
crds_gossip_pull.rs removes Rng field from WeightedShuffle struct (#22850) 2022-02-01 15:27:23 +00:00
crds_gossip_push.rs removes Rng field from WeightedShuffle struct (#22850) 2022-02-01 15:27:23 +00:00
crds_shards.rs adds metrics tracking crds writes and votes (#20953) 2021-10-26 13:02:30 +00:00
crds_value.rs Refactor: move simple vote parsing to runtime (#22537) 2022-01-20 10:39:21 +08:00
deprecated.rs Add sampling logic and DuplicateSlotRepairStatus module (#18721) 2021-07-21 11:15:08 -07:00
duplicate_shred.rs tracks erasure coding shreds' indices explicitly (#21822) 2021-12-19 22:37:55 +00:00
epoch_slots.rs Move gossip modules into solana-gossip crate (#17352) 2021-05-26 09:15:46 -06:00
gossip_error.rs convert std::sync::mpsc to crossbeam_channel (#22264) 2022-01-11 02:44:46 -08:00
gossip_service.rs Add quic-client module (#23166) 2022-03-09 21:33:05 -05:00
lib.rs Limit transaction forwarding from banking_stage (#19940) 2021-09-21 08:49:41 -07:00
main.rs passes through --allow-private-addr to validators in system perf tests (#18876) 2021-07-29 19:04:45 +00:00
ping_pong.rs Move gossip modules into solana-gossip crate (#17352) 2021-05-26 09:15:46 -06:00
weighted_shuffle.rs caches WeightedShuffle struct in ClusterNodes (#22877) 2022-02-02 15:12:26 +00:00