solana/core/tests
behzad nouri 25054bfd35
retains peer's contact-info when making pull requests (#16715)
ClusterInfo::new_pull_requests has to lookup contact-infos:
https://github.com/solana-labs/solana/blob/a1ef2bd74/core/src/cluster_info.rs#L1663-L1673

when it was already available when making pull requests:
https://github.com/solana-labs/solana/blob/a1ef2bd74/core/src/crds_gossip_pull.rs#L232
2021-04-28 13:19:12 +00:00
..
client.rs Cli: move airdrop to rpc requests (#16557) 2021-04-15 06:25:23 +00:00
cluster_info.rs Re-allow clippy::integer_arithmetic at crate-level 2021-02-17 13:55:08 -07:00
crds_gossip.rs retains peer's contact-info when making pull requests (#16715) 2021-04-28 13:19:12 +00:00
fork-selection.rs Re-allow clippy::integer_arithmetic at crate-level 2021-02-17 13:55:08 -07:00
gossip.rs makes turbine peer computation consistent between broadcast and retransmit (#14910) 2021-03-24 13:34:48 +00:00
ledger_cleanup.rs Re-allow clippy::integer_arithmetic at crate-level 2021-02-17 13:55:08 -07:00
rpc.rs Add TPU client for sending txs to the current leader tpu port (#16736) 2021-04-23 09:35:12 +08:00
snapshots.rs Pacify clippy 2021-02-19 20:08:41 -08:00