-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: dynamic Dory commitment computation should handle empty columns (#…
…245) # Rationale for this change The dynamic Dory commitment computation does not currently handle empty columns as expected. This was uncovered after a test formatting error was discovered. Both the empty column case and formatting error are addressed. # What changes are included in this PR? - The empty column case is handled in the `dynamic_dory_commitment_helper_cpu` module. Tests for this function are in - #242 - Tests for empty Dory commitments are corrected. # Are these changes tested? Yes
- Loading branch information
Showing
2 changed files
with
11 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters