Skip to content
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
@carllin

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

  1. Add num_blocks to Blob struct
  2. Consume num_blocks in chaining logic in db_ledger insert_data_blobs(), right now num_blocks is assumed to be 1.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions