solana-with-rpc-optimizations/core
Ashwin Sekar ed539d65b4
Only take the latest vote for each validator in gossip (#25934)
* Only take the latest vote for each validator in gossip

Since the new vote updates are no longer incremental, there
is no value in storing intermediate votes.

* Address pr feedback

* Handle potential downgrade path, FullTowerVote -> Incremental

* Rename sent to bank -> gossip slot

* Handle downgrade case properly

* Only downgrade for newer votes and feature flag, ignore incremental votes otherwise

* Update test
2022-07-26 16:38:30 -06:00
..
benches Add validator argument log_messages_bytes_limit to change log truncation limit. 2022-07-11 10:53:18 -05:00
src Only take the latest vote for each validator in gossip (#25934) 2022-07-26 16:38:30 -06:00
tests async hash verify on load (#26208) 2022-07-15 14:29:56 -05:00
.gitignore
Cargo.toml Bump Version to 1.11.5 (#26758) 2022-07-25 13:05:14 -06:00
build.rs Remove frozen ABI modules from solana-sdk 2020-10-20 16:11:30 -07:00