Skip to content

Commit

Permalink
Merge pull request #3806 from ethereum/construct_vanishing_polynomial…
Browse files Browse the repository at this point in the history
…-hotfix

Remove `assert len(missing_cell_indices) != 0` check
  • Loading branch information
hwwhww authored Jun 14, 2024
2 parents 7064b1a + 483a286 commit 00b7468
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions specs/_features/eip7594/polynomial-commitments-sampling.md
Original file line number Diff line number Diff line change
Expand Up @@ -565,9 +565,6 @@ def construct_vanishing_polynomial(missing_cell_indices: Sequence[CellIndex]) ->
We never encounter this case however because this method is used solely for recovery and recovery only
works if at least half of the cells are available.
"""

assert len(missing_cell_indices) != 0

# Get the small domain
roots_of_unity_reduced = compute_roots_of_unity(CELLS_PER_EXT_BLOB)

Expand Down

0 comments on commit 00b7468

Please sign in to comment.