You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release is a backport into the `release/v0.9.x` line of the feature that added the `prehash_compare_key` boolean parameter to the top-level `ProofSpec`.
57
+
When set to `true`, this flag causes keys to be consistently compared lexicographically according to their hashes
58
+
within nonexistence proof verification, using the same hash function as specified by the already-extant `prehash_key` field.
59
+
60
+
This is a backwards-compatible change, as it requires opt-in via setting the `prehash_compare_key` flag to `true` in the `ProofSpec`.
61
+
All existing `ProofSpec`s will continue to behave identically.
62
+
63
+
## Full changes
64
+
65
+
- feat(go): Add `prehash_compare_key` to allow proving nonexistence in sparse trees ([#136](https://github.com/cosmos/ics23/pull/136))
0 commit comments