cosmos-sdk v0.42.5 Release Notes

Release Date: 2021-05-18 // almost 3 years ago
  • ๐Ÿ› Bug Fixes

    • #9514 Fix panic when retrieving the BlockGasMeter on (Re)CheckTx mode.
    • #9235 CreateMembershipProof/CreateNonMembershipProof now returns an error if input key is empty, or input data contains empty key.
    • ๐Ÿ›  #9108 Fixed the bug with querying multisig account, which is not showing threshold and public_keys.
    • ๐Ÿ‘ #9345 Fix ARM support.
    • #9040 Fix ENV variables binding to CLI flags for client config.

    ๐Ÿ”‹ Features

    • ๐Ÿ”ง #8953 Add the config CLI subcommand back to the SDK, which saves client-side configuration in a client.toml file.