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 engine_getBlobsV1 #7114

Open
philknows opened this issue Sep 27, 2024 · 3 comments · May be fixed by #7134
Open

Implement engine_getBlobsV1 #7114

philknows opened this issue Sep 27, 2024 · 3 comments · May be fixed by #7134
Labels
meta-feature-request Issues to track feature requests.
Milestone

Comments

@philknows
Copy link
Member

Problem description

Reference: ethereum/execution-apis#559

Recently there have been calls to raise the blob target/max parameters for scaling DA. However, taking into consideration that some bandwidth/resource constrained validators are reportedly at their limits, we need to find ways to help alleviate this constraint before adding more demands for the most honest type of validator: home stakers building local blocks with 6 blobs and limited upload bandwidth.

Solution description

It's likely alongside Gossipsub 1.2 features such as IDONTWANT and APIs like engine_getBlobsV1 could help alleviate some bandwidth concerns so we can get better information about where blob limitations currently stand.

With #7077 already testing Gossipsub, we should prioritize supporting this as some execution clients have already implemented this feature for use.

Additional context

Teku analysis: https://hackmd.io/@dsjdqQDBRp66btjRzfxjbw/r1OuFG7AA
Lighthouse blog describing this optimization: https://blog.sigmaprime.io/peerdas-distributed-blob-building.html

@philknows philknows added the meta-feature-request Issues to track feature requests. label Sep 27, 2024
@philknows
Copy link
Member Author

Spec merged!

@philknows philknows added this to the v1.23.0 milestone Oct 8, 2024
@twoeths twoeths linked a pull request Oct 9, 2024 that will close this issue
1 task
@philknows
Copy link
Member Author

Will we be able to include metrics here @g11tech that capture how many blobs were retrieved from the mempool out of the ones you actually tried to retrieve over the wire? I think this might be useful to data collection, especially since we also produce a lot of local blocks due to our min-bid.

@nflaig
Copy link
Member

nflaig commented Oct 17, 2024

hat capture how many blobs were retrieved from the mempool out of the ones you actually tried to retrieve over the wire?

I would expect this to have a higher impact on low bandwidth nodes and improve block import times there, potentially improving head vote accuracy / timeliness.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
meta-feature-request Issues to track feature requests.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants