cosmos-sdk v0.42.6 Release Notes

Release Date: 2021-06-18 // almost 3 years ago
  • ๐Ÿ‘Œ Improvements

    • โšก๏ธ #9428 Optimize bank InitGenesis. Added k.initBalances.
    • #9429 Add cosmos_sdk_version to node_info
    • #9541 Bump tendermint dependency to v0.34.11.

    ๐Ÿ› Bug Fixes

    • ๐Ÿ‘ #9385 Fix IBC query ibc client header cli command. Support historical queries for query header/node-state commands.
    • ๐Ÿ›  #9401 Fixes incorrect export of IBC identifier sequences. Previously, the next identifier sequence for clients/connections/channels was not set during genesis export. This resulted in the next identifiers being generated on the new chain to reuse old identifiers (the sequences began again from 0).
    • โšก๏ธ #9408 Update simapp to use correct default broadcast mode.
    • โšก๏ธ #9513 Fixes testnet CLI command. Testnet now updates the supply in genesis. Previously, when using add-genesis-account and testnet together, inconsistent genesis files would be produced, as only add-genesis-account was updating the supply.
    • (x/gov) #8813 fix GET /cosmos/gov/v1beta1/proposals/{proposal_id}/deposits to include initial deposit

    ๐Ÿ”‹ Features

    • #9383 New CLI command query ibc-transfer escrow-address <port> <channel id> to get the escrow address for a channel; can be used to then query balance of escrowed tokens
    • (baseapp, types) #\9390 Add current block header hash to Context
    • (store) #9403 Add RefundGas function to GasMeter interface