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 BlobSidecarByRange RPC method #6778

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

[DECOUPLING] Implement BlobSidecarByRange RPC method #6778

mehdi-aouadi opened this issue Feb 7, 2023 · 0 comments
Assignees
Labels
Epic Deneb Issues required to implement Deneb upgrade

Comments

@mehdi-aouadi
Copy link
Contributor

mehdi-aouadi commented Feb 7, 2023

BlobsSidecarsByRange v1
Protocol ID: /eth2/beacon_chain/req/blobs_sidecars_by_range/1/

Request Content:

(
  start_slot: Slot
  count: uint64
)
Response Content:

class BlobSidecars(Container):
    sidecars: List[BlobSidecar, MAX_BLOBS_PER_BLOCK] # TODO verify constant name

(
  List[BlobSidecars, MAX_REQUEST_BLOBS_SIDECARS]
)
@mehdi-aouadi mehdi-aouadi added the Epic Deneb Issues required to implement Deneb upgrade label Feb 7, 2023
@mehdi-aouadi mehdi-aouadi self-assigned this Feb 15, 2023
@mehdi-aouadi mehdi-aouadi changed the title [DECOUPLING] Implement BlobsSidecarByRoot RPC method [DECOUPLING] Implement BlobSidecarByRoot RPC method Feb 16, 2023
@mehdi-aouadi mehdi-aouadi changed the title [DECOUPLING] Implement BlobSidecarByRoot RPC method [DECOUPLING] Implement BlobSidecarByRange RPC method Feb 17, 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

No branches or pull requests

1 participant