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 MiscHelpersEip4844 #6391

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

Implement MiscHelpersEip4844 #6391

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

Comments

@tbenr
Copy link
Contributor

tbenr commented Nov 7, 2022

https://github.com/ethereum/consensus-specs/blob/dev/specs/eip4844/beacon-chain.md#misc

implement this helper functions. The functions will require usage of the kzg library

  • process_blob_kzg_commitments
  • validate_blobs_sidecar
  • is_data_available
    • retrieve_blobs_sidecar will be represented by a SafeFuture<BlobsSidecar> Currently the plan is not implementing an async\optimistic blob retrival. So blobs will be provided immediately if there.
  • kzg_commitment_to_versioned_hash
  • tx_peek_blob_versioned_hashes
  • verify_kzg_commitments_against_transactions
@tbenr tbenr changed the title MiscHelpersEip4844 Implement MiscHelpersEip4844 Nov 7, 2022
@tbenr tbenr added the Epic Deneb Issues required to implement Deneb upgrade label Nov 7, 2022
@zilm13 zilm13 self-assigned this Nov 18, 2022
@zilm13 zilm13 mentioned this issue Nov 18, 2022
2 tasks
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.

2 participants