Skip to content

Commit 74ce807

Browse files
committed
Bump TS package to 0.10.0 to align it with the Go and Rust implementations
1 parent 6bbcffa commit 74ce807

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# 0.10.0
44

5-
## Go / Rust / JavaScript
5+
## Go / Rust / TypeScript
66

77
This release introduces one single boolean new parameter to the top-level `ProofSpec`: `prehash_compare_key`.
88
When set to `true`, this flag causes keys to be consistently compared lexicographically according to their hashes
@@ -11,6 +11,9 @@ within nonexistence proof verification, using the same hash function as specifie
1111
This is a backwards-compatible change, as it requires opt-in via setting the `prehash_compare_key` flag to `true` in the `ProofSpec`.
1212
All existing ProofSpecs will continue to behave identically.
1313

14+
Please note that the version of the TypeScript library has been bump from 0.6.8 to 0.10.0 to align it with
15+
the Go and Rust implementations.
16+
1417
## Full changes
1518

1619
- feat: Add `prehash_compare_key` to allow proving nonexistence in sparse trees ([#136](https://github.com/cosmos/ics23/pull/136))

js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@confio/ics23",
3-
"version": "0.7.0",
3+
"version": "0.10.0",
44
"description": "Merkle proof verification library - implements Cosmos ICS23 Spec",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

0 commit comments

Comments
 (0)