solana/core
behzad nouri c0c6038654
checks for authorized voter early on in the vote-listener pipeline (#22169)
Before votes are verified that they are signed by the authorized voter,
they might be dropped in verified-vote-packets code. If there are
enough many spam votes from unauthorized voters, this may potentially
drop valid votes but keep the false ones.
https://github.com/solana-labs/solana/blob/57986f982/core/src/verified_vote_packets.rs#L165-L168
2021-12-30 15:03:14 +00:00
..
benches Refactor packet deduplication and harden bench test (#22080) 2021-12-22 23:05:10 -06:00
src checks for authorized voter early on in the vote-listener pipeline (#22169) 2021-12-30 15:03:14 +00:00
tests Clean up test_ledger_cleanup_compaction prints (#21875) 2021-12-16 11:24:29 -06:00
.gitignore
Cargo.toml Bump lru from 0.7.1 to 0.7.2 (#22161) 2021-12-29 10:47:37 -07:00
build.rs Remove frozen ABI modules from solana-sdk 2020-10-20 16:11:30 -07:00