Skip to content

Commit 00b7468

Browse files
authored
Merge pull request #3806 from ethereum/construct_vanishing_polynomial-hotfix
Remove `assert len(missing_cell_indices) != 0` check
2 parents 7064b1a + 483a286 commit 00b7468

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

specs/_features/eip7594/polynomial-commitments-sampling.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -565,9 +565,6 @@ def construct_vanishing_polynomial(missing_cell_indices: Sequence[CellIndex]) ->
565565
We never encounter this case however because this method is used solely for recovery and recovery only
566566
works if at least half of the cells are available.
567567
"""
568-
569-
assert len(missing_cell_indices) != 0
570-
571568
# Get the small domain
572569
roots_of_unity_reduced = compute_roots_of_unity(CELLS_PER_EXT_BLOB)
573570

0 commit comments

Comments
 (0)