This repository has been archived by the owner on Jan 22, 2025. It is now read-only.
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.
Add expected number of blocks for the slot to the Blob struct #2459
Closed
Description
Problem
Each blob should contain the number of blocks expected for the slot that contains that blob. This is used to chain together slots in db_ledger.
Proposed Solution
- Add num_blocks to Blob struct
- Consume num_blocks in chaining logic in db_ledger insert_data_blobs(), right now num_blocks is assumed to be 1.
Metadata
Assignees
Labels
No labels
Activity