-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Integrate JoinSplit verifier (#3180)
* Integrate JoinSplit verifier with transaction verifier * Add test with malformed Groth16 Output proof * Use TryFrom instead of From in ItemWrapper to correctly propagate malformed proof errors * Simplify by removing ItemWrapper and directly TryFrom into Item * Fix existing tests to work with JoinSplit validation * Apply suggestions from code review Co-authored-by: Deirdre Connolly <[email protected]> Co-authored-by: Deirdre Connolly <[email protected]> Co-authored-by: Pili Guerra <[email protected]>
- Loading branch information
1 parent
7bc2f0a
commit 6ec42c6
Showing
7 changed files
with
272 additions
and
149 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.