solana/core
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 tracks erasure coding shreds' indices explicitly (#21822) 2021-12-19 22:37:55 +00:00
src tracks erasure coding shreds' indices explicitly (#21822) 2021-12-19 22:37:55 +00:00
tests Clean up test_ledger_cleanup_compaction prints (#21875) 2021-12-16 11:24:29 -06: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