-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix proof generation and verification code (#412)
* proof: verify proof of absence steam is sorted Signed-off-by: Ignacio Hagopian <[email protected]> * proof: more length checks Signed-off-by: Ignacio Hagopian <[email protected]> * more tree from proof checks Signed-off-by: Ignacio Hagopian <[email protected]> * add checks in CreatePath Signed-off-by: Ignacio Hagopian <[email protected]> * lints Signed-off-by: Ignacio Hagopian <[email protected]> * fix comments Signed-off-by: Ignacio Hagopian <[email protected]> * Proof of absence border case test (#413) * proof: add proof of absence border case tests Signed-off-by: Ignacio Hagopian <[email protected]> * Proof of absence and presence for the same path with nil proof of presence value (#414) * keep the extension statuses of absent stems Signed-off-by: Ignacio Hagopian <[email protected]> * more improvements and tests Signed-off-by: Ignacio Hagopian <[email protected]> * fix & extra test case Signed-off-by: Ignacio Hagopian <[email protected]> * make steams and extStatuses be 1:1 Signed-off-by: Ignacio Hagopian <[email protected]> * cleanup Signed-off-by: Ignacio Hagopian <[email protected]> --------- Signed-off-by: Ignacio Hagopian <[email protected]> --------- Signed-off-by: Ignacio Hagopian <[email protected]> * lint Signed-off-by: Ignacio Hagopian <[email protected]> * add extra border case test Signed-off-by: Ignacio Hagopian <[email protected]> * fix bug Signed-off-by: Ignacio Hagopian <[email protected]> * further fixes Signed-off-by: Ignacio Hagopian <[email protected]> * fix Signed-off-by: Ignacio Hagopian <[email protected]> * cleanup Signed-off-by: Ignacio Hagopian <[email protected]> --------- Signed-off-by: Ignacio Hagopian <[email protected]>
- Loading branch information
Showing
4 changed files
with
304 additions
and
82 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
Oops, something went wrong.