solana/core/src/broadcast_stage
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
..
broadcast_duplicates_run.rs tracks erasure coding shreds' indices explicitly (#21822) 2021-12-19 22:37:55 +00:00
broadcast_fake_shreds_run.rs tracks erasure coding shreds' indices explicitly (#21822) 2021-12-19 22:37:55 +00:00
broadcast_metrics.rs Separate out interrupted slots broadcast metrics (#20537) 2021-10-09 01:46:06 -07:00
broadcast_utils.rs tracks erasure coding shreds' indices explicitly (#21822) 2021-12-19 22:37:55 +00:00
fail_entry_verification_broadcast_run.rs tracks erasure coding shreds' indices explicitly (#21822) 2021-12-19 22:37:55 +00:00
standard_broadcast_run.rs tracks erasure coding shreds' indices explicitly (#21822) 2021-12-19 22:37:55 +00:00