Releases: antouhou/rs-merkle
Releases · antouhou/rs-merkle
v1.4.2 - fix sorting indexes in the proof verification
Fixes
- sorting indexes in the proof verification, resulting in a false negative during verification in some cases (#30) (bc42846) (Thanks to @themighty1)
v1.4.1 - fix incorrect proof hash count causing panic
Fixes
- incorrect proof hash count causing panic (#28) (0a9acbc) (Thanks to @witter-deland)
v1.4.0 - add sha384 support
v1.3.0 - add CosmWasm support
Features
- add support for CosmWasm WASM VM (#13) (fa99c5d) (Thanks to @matthiasgoergens and @sashaduke)