Skip to content

Add Blob Indexing and RPCs for blob retrieval and inclusion proofs#784

Merged
ToufeeqP merged 10 commits intoghali/infinity-dafrom
infinity_apis
Nov 18, 2025
Merged

Add Blob Indexing and RPCs for blob retrieval and inclusion proofs#784
ToufeeqP merged 10 commits intoghali/infinity-dafrom
infinity_apis

Conversation

@ToufeeqP
Copy link
Contributor

Pull Request type

Please add the labels corresponding to the type of changes your PR introduces:

  • Feature

Description

Added Blob Indexer:

  • Tracks blobs included in finalised blocks.
  • Handles re-orgs gracefully to ensure only canonical blob information is preserved.
  • Enables efficient blob and inclusion proof queries using only the blob_hash.

New RPCs:

  • blob_getBlobV2 – Retrieve a blob using just its blob_hash.
  • blob_getBlobInfo – Fetch metadata about a blob, including its finalised block info and ownership details.
  • blob_inclusionProof – Obtain the inclusion proof for a blob identified by blob_hash.

Copy link
Contributor

@Leouarz Leouarz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM
I would remove existing get_blob and replace it with get_blob_v2

@ToufeeqP ToufeeqP merged commit 0ed8518 into ghali/infinity-da Nov 18, 2025
@ToufeeqP ToufeeqP deleted the infinity_apis branch November 18, 2025 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants