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

Reconstruct payloads using new range method #3895

Closed
michaelsproul opened this issue Jan 19, 2023 · 1 comment
Closed

Reconstruct payloads using new range method #3895

michaelsproul opened this issue Jan 19, 2023 · 1 comment
Assignees
Labels

Comments

@michaelsproul
Copy link
Member

Description

In Capella we can finally improve payload construction by fetching multiple payloads from the execution node at a time: ethereum/execution-apis#352.

The capella branch doesn't yet support this. @ethDreamer had a previous prototype working with Nethermind which could probably be adapted.

This isn't essential for Capella interop, but could be one of the finishing touches developed during/after interop.

Steps to resolve

I think we could probably just start with adding getPayloadBodiesByRangeV1, as that's where the main benefit lies. We can enable this under the same conditions as other Capella methods (capella_fork_epoch.is_some()) or add a runtime flag if EL support is initially patchy.

@ethDreamer ethDreamer self-assigned this Jan 23, 2023
bors bot pushed a commit that referenced this issue Mar 19, 2023
## Issue Addressed

* #3895 

Co-authored-by: ethDreamer <37123614+ethDreamer@users.noreply.github.com>
Co-authored-by: Michael Sproul <michael@sigmaprime.io>
@michaelsproul
Copy link
Member Author

Completed 🎉

Woodpile37 pushed a commit to Woodpile37/lighthouse that referenced this issue Jan 6, 2024
* sigp#3895

Co-authored-by: ethDreamer <37123614+ethDreamer@users.noreply.github.com>
Co-authored-by: Michael Sproul <michael@sigmaprime.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants