solana/core
behzad nouri 3b8d6b59fb
records hash of values purged by expired pull-responses (#16800)
process_pull_responses should record hash of values purged by expired
responses (as well as unexpired ones):
https://github.com/solana-labs/solana/blob/c1829dd00/core/src/crds_gossip_pull.rs#L385-L387

otherwise, these values are not excluded from following pull-requests
(from likely different nodes):
https://github.com/solana-labs/solana/blob/c1829dd00/core/src/crds_gossip_pull.rs#L447-L452

and would waste bandwidth should they be included in subsequent
pull-responses.
2021-04-27 12:06:49 +00:00
..
benches removes first_coding_index from erasure recovery code (#16646) 2021-04-23 12:00:37 +00:00
src records hash of values purged by expired pull-responses (#16800) 2021-04-27 12:06:49 +00:00
tests Add TPU client for sending txs to the current leader tpu port (#16736) 2021-04-23 09:35:12 +08:00
.gitignore
Cargo.toml retains crds values if the origin is still active (#16576) 2021-04-23 15:14:49 +00:00
build.rs Remove frozen ABI modules from solana-sdk 2020-10-20 16:11:30 -07:00