forked from cosmos/ics23
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Changelog | ||
|
||
# v0.7.0 | ||
|
||
This handles non-existence tests for empty branches properly. This | ||
is needed for properly handling proofs on Tries, like the SMT being | ||
integrated with the Cosmos SDK. | ||
|
||
This is used in ibc-go v3 | ||
|
||
# 0.6.x | ||
|
||
This handles proofs for normal merkle trees, where every branch is full. | ||
This works for tendermint merkle hashes and iavl hashes, and should work | ||
for merk (nomic's db) proofs. | ||
|
||
This was used in the original ibc release (cosmos sdk v0.40) and up until | ||
ibc-go v2. |