-
Notifications
You must be signed in to change notification settings - Fork 27
feat: Proof Construction #5
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
Merged
Merged
Changes from 16 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
05a4180
Implemented single merk path + key proof
iammadab 08ce2d1
Recursive proofs wip
iammadab 9901b94
Returning the root proof as an option
iammadab 5c51797
Merge branch '1merks1rocksdb' into feat/proofs
iammadab a69f57b
fmt
iammadab ef331bc
restore a number of tests
fominok 0052d85
returning root proof without option
iammadab 4dbe5f1
Updated proof function signature
iammadab 62b6a26
Implemented test for proof construction
iammadab 8a8abd5
fmt
iammadab aec0713
Merge branch '2merks1rocksdb' into feat/proofs
iammadab 0bd438e
Removed unwrap when createing tempmerk
iammadab 9b13f96
Merge branch '2merks1rocksdb' of github.com:dashevo/grovedb into 2mer…
iammadab 892ad83
Merge branch '2merks1rocksdb' into feat/proofs
iammadab 8f7bba7
Ignore of grove.db folder not necessary
iammadab d28f457
Removed unnecessary vec!
iammadab b7a268a
Fixed typo
iammadab ecd68a6
Added support for range queries
iammadab 37482af
fmt
iammadab 08b52a2
Adding root key hash map to constructed proof
iammadab 68ef9d9
Fixed comment
iammadab 01138b7
Added more values to test merk
iammadab fdfb98e
Extended proof function to take a query object instead of a query item
iammadab c221f7c
Exposed query and query item for library client
iammadab 4f7b5ad
Resolved conflicts
iammadab 55691c3
fmt
iammadab File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| /target | ||
| .idea | ||
| Cargo.lock | ||
| Cargo.lock |
This file contains hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.