solana/gossip
behzad nouri 65d59f4ef0
tracks erasure coding shreds' indices explicitly (#21822)
The indices for erasure coding shreds are tied to data shreds:
https://github.com/solana-labs/solana/blob/90f41fd9b/ledger/src/shred.rs#L921

However with the upcoming changes to erasure schema, there will be more
erasure coding shreds than data shreds and we can no longer infer coding
shreds indices from data shreds.

The commit adds constructs to track coding shreds indices explicitly.
2021-12-19 22:37:55 +00:00
..
benches adds metrics tracking crds writes and votes (#20953) 2021-10-26 13:02:30 +00:00
src tracks erasure coding shreds' indices explicitly (#21822) 2021-12-19 22:37:55 +00:00
tests streamer send destination metrics for repair, gossip (#21564) 2021-12-17 15:21:05 -08:00
.gitignore
Cargo.toml chore: bump serde from 1.0.131 to 1.0.132 (#21989) 2021-12-18 07:45:20 +00:00
build.rs