Skip to content

Commit 16760df

Browse files
docs: update changelog for v0.9.1 release (#201)
* docs: update changelog for v0.9.1 release * Update CHANGELOG.md * Update CHANGELOG.md
1 parent 8938914 commit 16760df

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ When set to `true`, this flag causes keys to be consistently compared lexicograp
3232
within nonexistence proof verification, using the same hash function as specified by the already-extant `prehash_key` field.
3333

3434
This is a backwards-compatible change, as it requires opt-in via setting the `prehash_compare_key` flag to `true` in the `ProofSpec`.
35-
All existing ProofSpecs will continue to behave identically.
35+
All existing `ProofSpec`s will continue to behave identically.
3636

3737
Please note that the version of the TypeScript library has been bump from 0.6.8 to 0.10.0 to align it with
3838
the Go and Rust implementations.
@@ -49,6 +49,21 @@ the Go and Rust implementations.
4949
- ci: Add tags to codecov reports ([#121](https://github.com/cosmos/ics23/pull/121)) (4 months ago)
5050
- ci: Refactor GitHub workflows and add code coverage job ([#120](https://github.com/cosmos/ics23/pull/120))
5151

52+
# 0.9.1
53+
54+
## Go
55+
56+
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))
66+
5267
# 0.9.0
5368

5469
## Go

0 commit comments

Comments
 (0)