solana-with-rpc-optimizations/gossip
behzad nouri c699bc9cab
down samples outgoing gossip pull requests (#33719)
Push message propagation has improved in recent versions of the gossip
code and we don't rely on pull requests as much as before. Handling pull
requests is also inefficient and expensive.
The commit reduces number of outgoing pull requests by down sampling.
2023-10-18 13:41:42 +00:00
..
benches down samples outgoing gossip pull requests (#33719) 2023-10-18 13:41:42 +00:00
src down samples outgoing gossip pull requests (#33719) 2023-10-18 13:41:42 +00:00
tests remove redundant pubkey update record (#33722) 2023-10-17 10:34:12 -07:00
.gitignore
Cargo.toml Split vote related code from runtime to its own crate (#32882) 2023-09-19 10:46:37 -07:00
build.rs