solana/core
behzad nouri 75425521b4
moves slot updates notifications after shreds retransmit (#26094)
RetransmitSlotStats can already be utilized to track when the first
shred for a slot was received; therefore
    first_shreds_received: &Mutex<BTreeSet<Slot>>

is redundant. Sending update notifications after shreds retransmit will
also bypass the need for a mutex.
2022-06-21 17:19:40 -04:00
..
benches tracks number of shreds sent and received at different distances from the root (#25989) 2022-06-17 21:33:23 +00:00
src moves slot updates notifications after shreds retransmit (#26094) 2022-06-21 17:19:40 -04:00
tests (Refactor) Move blocktore options related stuff to blockstore_options.rs (#25509) 2022-05-26 16:59:26 -07:00
.gitignore
Cargo.toml Bump version to 1.11.1 (#26104) 2022-06-21 12:07:46 -05:00
build.rs