solana/core
behzad nouri 1deb4add81
removes Slot from TransmitShreds (#19327)
An earlier version of the code was funneling through stakes along with
shreds to broadcast:
https://github.com/solana-labs/solana/blob/b67ffab37/core/src/broadcast_stage.rs#L127

This was changed to only slots as stakes computation was pushed further
down the pipeline in:
https://github.com/solana-labs/solana/pull/18971

However shreds themselves embody which slot they belong to. So pairing
them with slot is redundant and adds rooms for bugs should they become
inconsistent.
2021-08-20 13:48:33 +00:00
..
benches removes Slot from TransmitShreds (#19327) 2021-08-20 13:48:33 +00:00
src removes Slot from TransmitShreds (#19327) 2021-08-20 13:48:33 +00:00
tests accounts_index_bins to AccountsIndexConfig (#19257) 2021-08-17 14:50:01 -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