Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider distributing incoming receipts outside of ChunkStateWitness #11547

Open
jancionear opened this issue Jun 11, 2024 · 0 comments
Open
Labels
A-stateless-validation Area: stateless validation

Comments

@jancionear
Copy link
Contributor

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. The ChunkStateWitness would contain only the receipt proofs, without the actual receipts.

@jancionear jancionear added the A-stateless-validation Area: stateless validation label Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-stateless-validation Area: stateless validation
Projects
None yet
Development

No branches or pull requests

1 participant