Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions cl/das/p2p_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ const (
KZG_COMMITMENTS_INCLUSION_PROOF_DEPTH = 4
)

type DataColumnsByRootIdentifier struct {
BlockRoot common.Hash
Columns []cltypes.ColumnIndex
}

// VerifyDataColumnSidecar verifies if the data column sidecar is valid according to protocol rules.
// This function is re-entrant and thread-safe.
func VerifyDataColumnSidecar(sidecar *cltypes.DataColumnSidecar) bool {
Expand Down
Loading