Skip to content

Latest commit

 

History

History
49 lines (18 loc) · 1.91 KB

CHANGELOG.md

File metadata and controls

49 lines (18 loc) · 1.91 KB

1.4.2 (2024-01-11)

Fixes

  • sorting indexes in the proof verification, resulting in a false negative during verification in some cases (#30) (bc42846) (Thanks to @themighty1)

1.4.1 (2023-05-22)

Fixes

  • incorrect proof hash count causing panic (#28) (0a9acbc) (Thanks to @witter-deland)

1.4.0 (2023-05-10)

Features

  • add support for Sha384 hashes (#27) (3388777) (Thanks to @imotai)

1.3.0 (2023-03-14)

Features

  • add support for CosmWasm WASM VM (#13) (fa99c5d) (Thanks to @matthiasgoergens and @sashaduke)

1.2.0 (2021-10-23)

Features

  • add no-std feature (#13) (9261516) (Thank you to @Wizdave97!)

1.1.0 (2021-10-23)

Features

  • add custom proof serializers (#9) (b7b394f)