solana/core
behzad nouri f33b7abffb
adds back cluster partitions to broadcast-duplicates (#19253)
An earlier version of this code was aiming to create a partition by
manipulating stakes, and setting some of them to zero:
https://github.com/solana-labs/solana/blob/cde146155/core/src/broadcast_stage/broadcast_duplicates_run.rs#L65-L116

https://github.com/solana-labs/solana/pull/18971
moved stakes computation further down the stream, and so that logic
could no longer live there. This commit adds back cluster partitions
by intercepting packets before send.
2021-08-16 22:24:30 +00:00
..
benches Move tower storage into its own module 2021-08-11 00:20:46 -07:00
src adds back cluster partitions to broadcast-duplicates (#19253) 2021-08-16 22:24:30 +00:00
tests Rename AccountsPacakge to SnapshotPackage and AccountsPackagePre to AccountsPackage (#19231) 2021-08-13 16:08:09 -05:00
.gitignore
Cargo.toml Add EtcdTowerStorage 2021-08-14 09:46:36 -07:00
build.rs Remove frozen ABI modules from solana-sdk 2020-10-20 16:11:30 -07:00