Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrMismatchedBlobBlockRoot = errors.Wrap(errBlobVerification, "BlockRoot in BlobSidecar does not match the expected root") ErrMismatchedBlobBlockSlot = errors.Wrap(errBlobVerification, "BlockSlot in BlobSidecar does not match the expected slot") ErrMismatchedBlobCommitments = errors.Wrap(errBlobVerification, "commitments at given slot, root and index do not match") ErrMismatchedProposerIndex = errors.Wrap(errBlobVerification, "proposer index does not match") ErrIncorrectBlobIndex = errors.Wrap(errBlobVerification, "incorrect blob index") )
Functions ¶
func BlobAlignsWithBlock ¶
func BlobAlignsWithBlock(blob *ethpb.DeprecatedBlobSidecar, block blocks.ROBlock) error
BlobAlignsWithBlock verifies if the blob aligns with the block.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.