Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove assert len(missing_cell_indices) != 0 check #3806

Merged
merged 1 commit into from
Jun 14, 2024

Conversation

hwwhww
Copy link
Contributor

@hwwhww hwwhww commented Jun 14, 2024

Hotfix for the v1.5.0-alpha.3 release
Revert this line from #3781

Note from @kevaundray

That was a defensive assert so it should, it’s meant to be testing that we don’t have any cells missing, but in that function the parameter is the number of missing cells (inverted), so I think it needs to be != CELLS_PER_EXT_BLOB ie not all of the missing cell ids are present

@hwwhww hwwhww added the EIP-7594 PeerDAS label Jun 14, 2024
@hwwhww hwwhww merged commit 00b7468 into dev Jun 14, 2024
26 checks passed
@hwwhww hwwhww deleted the construct_vanishing_polynomial-hotfix branch June 14, 2024 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
EIP-7594 PeerDAS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants