Skip to content

Conversation

@sashass1315
Copy link
Contributor

  • Align InMemoryBlobStore::get_exact() with BlobStore contract: return error if any requested blob is missing and keep order.
  • Add empty-input fast path for consistency with DiskFileBlobStore.
  • This fix is necessary because the previous implementation used filter_map, silently dropping missing entries, which violated the trait docs and broke callers expecting all-or-error semantics (e.g., TransactionPoolExt::get_all_blobs_exact() and the beacon sidecar example).

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

Labels

None yet

Projects

Status: Backlog

Development

Successfully merging this pull request may close these issues.

1 participant