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

Add engine_getBlobsV1 route to cancun #560

Closed
wants to merge 2 commits into from

Conversation

dapplion
Copy link
Contributor

@dapplion dapplion commented Jul 1, 2024

Add route to expose the execution blob mempool to the consensus client.

If a block happens to include well propagated blob transactions, the consensus client can use this route to speed up the time to head. It reduces re-orgs rates and equalizes profitability for stakers with poor bandwidth or latencies.

Longer rationale: https://hackmd.io/@dapplion/blob_fetch, original idea by @michaelsproul

To batch or not

Should this route return multiple blobs or a single one? I went for multiple since we already have the BlobBundle type and fits better to this use-case, which is all or nothing. But I can see the argument to have engine_getBlob and let the consumer decide what to do if some of the versionHashes are missing.

@michaelsproul
Copy link
Contributor

Duplicate of #559

Sorry! I should have sent you this

@dapplion
Copy link
Contributor Author

dapplion commented Jul 2, 2024

Closing for

@dapplion dapplion closed this Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants