Consider distributing incoming receipts outside of ChunkStateWitness
#11547
Labels
A-stateless-validation
Area: stateless validation
ChunkStateWitness
#11547
Incoming receipts to a single chunk could potentially get large - if every shard sends out a few megabytes of receipts to a single shard, it could quickly add up to tens of megabytes in
ChunkStateWitness::source_receipt_proofs
.But we already have a mechanism for distributing incoming receipts - maybe we could use it to send incoming receipts straight to the validators, without including them in
ChunkStateWitness
. TheChunkStateWitness
would contain only the receipt proofs, without the actual receipts.The text was updated successfully, but these errors were encountered: