solana/gossip/src
behzad nouri 528a03f32a
removes outdated matches crate from dependencies (#33172)
removes outdated matches crate from the dependencies

std::matches has been stable since rust 1.42.0.
Other use-cases are covered by assert_matches crate.
2023-09-07 12:52:57 +00:00
..
cluster_info.rs removes manual let...else (#33089) 2023-08-31 22:35:47 +00:00
cluster_info_metrics.rs General cleanup (#32980) 2023-08-24 21:44:19 +02:00
contact_info.rs removes outdated matches crate from dependencies (#33172) 2023-09-07 12:52:57 +00:00
crds.rs removes outdated matches crate from dependencies (#33172) 2023-09-07 12:52:57 +00:00
crds_entry.rs Rename IncrementalSnapshotHashes to SnapshotHashes (#31136) 2023-04-11 10:30:29 -04:00
crds_gossip.rs send duplicate shred proofs for conflicting shred scenarios (#32965) 2023-08-31 12:08:10 -07: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 Bump rand to 0.8, rand_chacha to 0.3, getrandom to 0.2 (#32871) 2023-08-21 19:11:21 +02:00
crds_gossip_push.rs Add from field for message tracking (#32725) 2023-08-07 11:40:18 -07:00
crds_shards.rs Bump rand to 0.8, rand_chacha to 0.3, getrandom to 0.2 (#32871) 2023-08-21 19:11:21 +02:00
crds_value.rs Bump rand to 0.8, rand_chacha to 0.3, getrandom to 0.2 (#32871) 2023-08-21 19:11:21 +02:00
deprecated.rs Fix derive_partial_eq_without_eq clippy lint 2022-05-22 22:22:21 -07:00
duplicate_shred.rs send duplicate shred proofs for conflicting shred scenarios (#32965) 2023-08-31 12:08:10 -07:00
duplicate_shred_handler.rs send duplicate shred proofs for conflicting shred scenarios (#32965) 2023-08-31 12:08:10 -07:00
duplicate_shred_listener.rs removes unused code from duplicate-shreds (#30329) 2023-02-15 17:37:15 +00:00
epoch_slots.rs Bump rand to 0.8, rand_chacha to 0.3, getrandom to 0.2 (#32871) 2023-08-21 19:11:21 +02:00
gossip_error.rs embeds the new gossip ContactInfo in ClusterInfo (#30022) 2023-02-10 20:07:45 +00:00
gossip_service.rs Bump rand to 0.8, rand_chacha to 0.3, getrandom to 0.2 (#32871) 2023-08-21 19:11:21 +02:00
legacy_contact_info.rs Bump rand to 0.8, rand_chacha to 0.3, getrandom to 0.2 (#32871) 2023-08-21 19:11:21 +02:00
lib.rs removes outdated matches crate from dependencies (#33172) 2023-09-07 12:52:57 +00:00
main.rs gossip-service: Spy multiple nodes by pubkey at once (#31597) 2023-05-11 18:24:35 +02:00
ping_pong.rs Bump rand to 0.8, rand_chacha to 0.3, getrandom to 0.2 (#32871) 2023-08-21 19:11:21 +02:00
push_active_set.rs Bump rand to 0.8, rand_chacha to 0.3, getrandom to 0.2 (#32871) 2023-08-21 19:11:21 +02:00
received_cache.rs records outdated gossip crds upserts in received-cache (#29973) 2023-01-29 17:53:04 +00:00
weighted_shuffle.rs Bump rand to 0.8, rand_chacha to 0.3, getrandom to 0.2 (#32871) 2023-08-21 19:11:21 +02:00