solana/core
behzad nouri 27aaf9df85
removes VoteTracker::new in favor of VoteTracker::default (#22941)
VoteTracker::new does not need a bank and is so redundant:
https://github.com/solana-labs/solana/blob/5a230f418/core/src/cluster_info_vote_listener.rs#L103-L107
2022-02-04 19:01:59 +00:00
..
benches Optimize packet dedup (#22571) 2022-01-19 13:58:20 -08:00
src removes VoteTracker::new in favor of VoteTracker::default (#22941) 2022-02-04 19:01:59 +00:00
tests (Ledger Store Benchmark) Display storage size of all data shreds (#22445) 2022-01-19 19:33:08 -08:00
.gitignore
Cargo.toml chore: bump serde from 1.0.134 to 1.0.136 (#22817) 2022-01-28 12:20:37 -07:00
build.rs