-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Rationale for this change In the process of allowing for single table commitments, there is some refactoring needed of the commitment API. This PR simplifies it a bit to ease future PR complexity. # What changes are included in this PR? `DecompressedCommitment` was made redundant because every commitment is "decompressed" in the sense that there is no concept of compression in the traits. This commit simply removes it, which consequently allows for a decent simplification of many of the commitment structures. # Are these changes tested? By existing tests
- Loading branch information
1 parent
6f3207b
commit 0cdd666
Showing
8 changed files
with
52 additions
and
141 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
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
Oops, something went wrong.