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

beacon/types, beacon/light: use OptimisticUpdate instead of SignedHeader #29483

Closed
wants to merge 1 commit into from

Conversation

zsfelfoldi
Copy link
Contributor

@zsfelfoldi zsfelfoldi commented Apr 7, 2024

This PR introduces types.OptimisticUpdate which represents the full information content of the optimistic updates, including the ExecutionPayloadHeader belonging to the attested beacon header, proven by a Merkle proof. This change does not change the behavior of blsync but it is useful for the light ethclient (implemented by #29033 ) because it makes execution header info automatically available for the current head and recent blocks.

@zsfelfoldi
Copy link
Contributor Author

Closed because #29567 includes this commit.

@zsfelfoldi zsfelfoldi closed this Apr 23, 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.

None yet

1 participant