solana/core
behzad nouri f35a6a8be0
prioritizes contact-infos in pull responses (#16541)
Expired crds values where the contact-info does not exist are wasted:
https://github.com/solana-labs/solana/blob/f804ce63c/core/src/crds_gossip_pull.rs#L353-L378
and then are sent again over the next pull-request.

Also, the stake of the first response (which can be anything) is used to
weight all pull-responses to a node, while the rest of responses can
have different stake.
https://github.com/solana-labs/solana/blob/f804ce63c/core/src/cluster_info.rs#L2231
2021-04-14 18:45:20 +00:00
..
benches Merge pull request from GHSA-8v47-8c53-wwrc 2021-04-13 00:28:08 -06:00
src prioritizes contact-infos in pull responses (#16541) 2021-04-14 18:45:20 +00:00
tests Move obsolete rpc endpoints to separate api for removal (#16500) 2021-04-12 20:33:40 -06:00
.gitignore
Cargo.toml Remove blake3 from bpf program dependencies (#16506) 2021-04-13 10:06:05 +00:00
build.rs