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 BlockProcessorEip4844 #6392

Closed
Tracked by #5681
tbenr opened this issue Nov 7, 2022 · 0 comments · Fixed by #6505
Closed
Tracked by #5681

Implement BlockProcessorEip4844 #6392

tbenr opened this issue Nov 7, 2022 · 0 comments · Fixed by #6505
Assignees
Labels
Epic Deneb Issues required to implement Deneb upgrade

Comments

@tbenr
Copy link
Contributor

tbenr commented Nov 7, 2022

The BlockProcessor for Eip4844 have to implement process_blob_kzg_commitments function which requires Blobs to be available.
(reference: https://github.com/ethereum/consensus-specs/blob/dev/specs/eip4844/beacon-chain.md#block-processing)

Not implementing any optimistic behaviour is the current way to go. BlobsSidecar must be present, otherwise block import must fail.

@tbenr tbenr added the Epic Deneb Issues required to implement Deneb upgrade label Nov 7, 2022
@tbenr tbenr changed the title BlockProcessorEip4844 Implement BlockProcessorEip4844 Nov 7, 2022
@tbenr tbenr self-assigned this Nov 23, 2022
@tbenr tbenr closed this as completed Nov 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Epic Deneb Issues required to implement Deneb upgrade
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant