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

Implement blobs related Store methods #6633

Closed
3 tasks done
Tracked by #5681
StefanBratanov opened this issue Dec 20, 2022 · 0 comments · Fixed by #6697
Closed
3 tasks done
Tracked by #5681

Implement blobs related Store methods #6633

StefanBratanov opened this issue Dec 20, 2022 · 0 comments · Fixed by #6697
Labels
Epic Deneb Issues required to implement Deneb upgrade

Comments

@StefanBratanov
Copy link
Contributor

StefanBratanov commented Dec 20, 2022

As part of implementing the P2P networking, some of the Store methods were left unimplemented in StoreTransaction, TestStoreImpl, CombinedChainDataClient, Store:

  • getEarliestAvailableBlobsSidecarEpoch();
  • getBlobsSidecarBySlotAndBlockRoot(final UInt64 slot, final Bytes32 blockRoot);
  • retrieveSignedBlockAndBlobsSidecar(final Bytes32 blockRoot);
@StefanBratanov StefanBratanov changed the title Implement blobs related store methods Implement blobs related Store methods Dec 20, 2022
@StefanBratanov StefanBratanov added the Epic Deneb Issues required to implement Deneb upgrade label Dec 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Epic Deneb Issues required to implement Deneb upgrade
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant