cosmos-sdk v0.42.4 Release Notes

Release Date: 2021-04-08 // about 3 years ago
  • Client Breaking Changes

    • #9026 By default, the tx sign and tx sign-batch CLI commands use SIGN_MODE_DIRECT to sign transactions for local pubkeys. For multisigs and ledger keys, the default LEGACY_AMINO_JSON is used.

    ๐Ÿ› Bug Fixes

    • (gRPC) #9015 Fix invalid status code when accessing gRPC endpoints.
    • ๐Ÿ›  #9026 Fixed the bug that caused the gentx command to fail for Ledger keys.

    ๐Ÿ‘Œ Improvements

    • ๐Ÿ”’ #9081 Upgrade Tendermint to v0.34.9 that includes a security issue fix for Tendermint light clients.