Skip to content

Conversation

@dapplion
Copy link
Member

@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
Member 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