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

[DECOUPLING] Implement BlobSidecarsByRoot RPC method #6830

Closed
Tracked by #6822
mehdi-aouadi opened this issue Feb 17, 2023 · 0 comments · Fixed by #6844
Closed
Tracked by #6822

[DECOUPLING] Implement BlobSidecarsByRoot RPC method #6830

mehdi-aouadi opened this issue Feb 17, 2023 · 0 comments · Fixed by #6844
Assignees
Labels
Epic Deneb Issues required to implement Deneb upgrade

Comments

@mehdi-aouadi
Copy link
Contributor

mehdi-aouadi commented Feb 17, 2023

BlobSidecarByRoot v1
Protocol ID: /eth2/beacon_chain/req/blobs_sidecar_by_root/1/

Request Content:

class BlobSidecarRequest(Container):
    beacon_block_root: Root
    blob_index: uint64
    
(
  List[BlobSidecarRequest, MAX_REQUEST_BLOCKS]
)
Response Content:

(
  List[BlobSidecar, MAX_REQUEST_BLOCKS]
)
@mehdi-aouadi mehdi-aouadi added the Epic Deneb Issues required to implement Deneb upgrade label Feb 17, 2023
@mehdi-aouadi mehdi-aouadi self-assigned this Feb 17, 2023
@mehdi-aouadi mehdi-aouadi changed the title [DECOUPLING] Implement BlobSidecarByRange RPC method [DECOUPLING] Implement BlobSidecarByRoot RPC method Feb 17, 2023
@mehdi-aouadi mehdi-aouadi removed their assignment Feb 20, 2023
@StefanBratanov StefanBratanov self-assigned this Feb 21, 2023
@StefanBratanov StefanBratanov changed the title [DECOUPLING] Implement BlobSidecarByRoot RPC method [DECOUPLING] Implement BlobSidecarsByRoot RPC method Feb 21, 2023
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.

2 participants