solana/gossip/src
kirill lykov ee1717b24b
Make clippy to be happy (#30394)
* replace default implementation with default enum

* fix format to make clippy happy
2023-02-17 20:51:18 +01:00
..
cluster_info.rs Make clippy to be happy (#30394) 2023-02-17 20:51:18 +01:00
cluster_info_metrics.rs adds new contact-info with forward compatible sockets (#29596) 2023-01-26 17:02:18 +00:00
contact_info.rs expands api parity between the new and the legacy contact-info (#30038) 2023-02-01 13:07:42 +00:00
crds.rs evicts old gossip entries by origin's wallclock (#30331) 2023-02-15 20:03:13 +00:00
crds_entry.rs renames ContactInfo to LegacyContactInfo (#29566) 2023-01-08 16:00:55 +00:00
crds_gossip.rs removes unused code from duplicate-shreds (#30329) 2023-02-15 17:37:15 +00:00
crds_gossip_error.rs
crds_gossip_pull.rs Apply clippy fixes for future rust upgrade (#30363) 2023-02-16 16:12:51 +00:00
crds_gossip_push.rs reduces number of gossip pull requests/responses (#29974) 2023-01-30 17:59:56 +00:00
crds_shards.rs
crds_value.rs adds new contact-info with forward compatible sockets (#29596) 2023-01-26 17:02:18 +00:00
deprecated.rs
duplicate_shred.rs removes unused code from duplicate-shreds (#30329) 2023-02-15 17:37:15 +00:00
duplicate_shred_handler.rs caches blockstore duplicate shreds slots (#30241) 2023-02-10 18:19:57 +00:00
duplicate_shred_listener.rs removes unused code from duplicate-shreds (#30329) 2023-02-15 17:37:15 +00:00
epoch_slots.rs removes #[allow(clippy::same_item_push)] (#29543) 2023-01-06 17:32:26 +00:00
gossip_error.rs embeds the new gossip ContactInfo in ClusterInfo (#30022) 2023-02-10 20:07:45 +00:00
gossip_service.rs embeds the new gossip ContactInfo in ClusterInfo (#30022) 2023-02-10 20:07:45 +00:00
legacy_contact_info.rs embeds the new gossip ContactInfo in ClusterInfo (#30022) 2023-02-10 20:07:45 +00:00
lib.rs adds new contact-info with forward compatible sockets (#29596) 2023-01-26 17:02:18 +00:00
main.rs Use Ipv4Addr::{LOCALHOST, UNSPECIFIED} constants (#29813) 2023-01-23 16:49:51 -06:00
ping_pong.rs removes legacy retransmit tests (#29817) 2023-01-21 22:28:48 +00:00
push_active_set.rs records outdated gossip crds upserts in received-cache (#29973) 2023-01-29 17:53:04 +00:00
received_cache.rs records outdated gossip crds upserts in received-cache (#29973) 2023-01-29 17:53:04 +00:00
weighted_shuffle.rs