-
Notifications
You must be signed in to change notification settings - Fork 69
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
feat: Add prehash_compare_key
to allow proving nonexistence in sparse trees
#136
Merged
crodriguezvega
merged 14 commits into
cosmos:master
from
penumbra-zone:compare-prehashed-keys
Apr 10, 2023
Merged
feat: Add prehash_compare_key
to allow proving nonexistence in sparse trees
#136
crodriguezvega
merged 14 commits into
cosmos:master
from
penumbra-zone:compare-prehashed-keys
Apr 10, 2023
Commits on Feb 22, 2023
-
prehash_compare_key indicates whether to compare the keys lexicographically according to their _hashed_ values (implied by the hash function given by prehash_key). This is required for nonexistence proofs in proof specs that use prehashing.
Configuration menu - View commit details
-
Copy full SHA for 6d7c1d5 - Browse repository at this point
Copy the full SHA 6d7c1d5View commit details
Commits on Feb 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5b13544 - Browse repository at this point
Copy the full SHA 5b13544View commit details
Commits on Feb 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 03cd990 - Browse repository at this point
Copy the full SHA 03cd990View commit details
Commits on Feb 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 048493a - Browse repository at this point
Copy the full SHA 048493aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 603f973 - Browse repository at this point
Copy the full SHA 603f973View commit details
Commits on Mar 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c9a1984 - Browse repository at this point
Copy the full SHA c9a1984View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef2958b - Browse repository at this point
Copy the full SHA ef2958bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d29478 - Browse repository at this point
Copy the full SHA 0d29478View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc3a76d - Browse repository at this point
Copy the full SHA cc3a76dView commit details
Commits on Apr 5, 2023
-
Avoid cloning
leaf_spec
when prehashing keys for comparisonco-authored-by: @romac Co-authored-by: Romain Ruetschi <romain.ruetschi@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c997325 - Browse repository at this point
Copy the full SHA c997325View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69a38e8 - Browse repository at this point
Copy the full SHA 69a38e8View commit details -
Revert "Fix missing
Eq
derive on prost build (reverting)"This reverts commit 69a38e8.
Configuration menu - View commit details
-
Copy full SHA for b549e62 - Browse repository at this point
Copy the full SHA b549e62View commit details -
Configuration menu - View commit details
-
Copy full SHA for b97ba6f - Browse repository at this point
Copy the full SHA b97ba6fView commit details
Commits on Apr 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 64a5c0e - Browse repository at this point
Copy the full SHA 64a5c0eView commit details
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.