Skip to content

Commit

Permalink
Bump TS package to 0.10.0 to align it with the Go and Rust implementa…
Browse files Browse the repository at this point in the history
…tions
  • Loading branch information
romac committed Apr 13, 2023
1 parent 6bbcffa commit 74ce807
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# 0.10.0

## Go / Rust / JavaScript
## Go / Rust / TypeScript

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

Please note that the version of the TypeScript library has been bump from 0.6.8 to 0.10.0 to align it with
the Go and Rust implementations.

## Full changes

- feat: Add `prehash_compare_key` to allow proving nonexistence in sparse trees ([#136](https://github.com/cosmos/ics23/pull/136))
Expand Down
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@confio/ics23",
"version": "0.7.0",
"version": "0.10.0",
"description": "Merkle proof verification library - implements Cosmos ICS23 Spec",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down

0 comments on commit 74ce807

Please sign in to comment.