solana-with-rpc-optimizations/local-cluster
behzad nouri 293414f482
pads last erasure batch with empty data shreds (#639)
For duplicate blocks prevention we want to verify that the last erasure
batch was sufficiently propagated through turbine. This requires
additional bookkeeping because, depending on the erasure coding schema,
the entire batch might be recovered from only a few coding shreds.

In order to simplify above, this commit instead ensures that the last
erasure batch has >= 32 data shreds so that the batch cannot be
recovered unless 32+ shreds are received from turbine or repair.
2024-04-11 14:50:43 +00:00
..
src default staked client in LocalCluster (#716) 2024-04-10 15:33:07 -05:00
tests pads last erasure batch with empty data shreds (#639) 2024-04-11 14:50:43 +00:00
.gitignore
Cargo.toml consensus: add dev-context-only-utils to tower (#687) 2024-04-09 16:39:57 -07:00