You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
retrieve_blobs_sidecar will be represented by aCurrently the plan is not implementing an async\optimistic blob retrival. So blobs will be provided immediately if there.SafeFuture<BlobsSidecar>
The text was updated successfully, but these errors were encountered: