cosmos-sdk v0.46.2 Release Notes

Release Date: 2022-10-03 // over 1 year ago
  • API Breaking Changes

    • โช (cli) #13089 Fix rollback command don't actually delete multistore versions, added method RollbackToVersion to interface CommitMultiStore and added method CommitMultiStore to Application interface.
    • โช (cli) #13089 NewRollbackCmd now takes an appCreator types.AppCreator.

    ๐Ÿ”‹ Features

    • (cli) #13207 Reduce user's password prompts when calling keyring List() function.
    • (cli) #13353 Add tx group draft-proposal command for generating group proposal JSONs (skeleton).
    • (cli) #13304 Add tx gov draft-proposal command for generating proposal JSONs (skeleton).
    • (x/authz) #13047 Add a GetAuthorization function to the keeper.
    • (cli) #12742 Add the prune CLI cmd to manually prune app store history versions based on the pruning options.

    ๐Ÿ‘Œ Improvements

    • #13323 Ensure withdraw_rewards rewards are emitted from all actions that result in rewards being withdrawn.
    • #13233 Add --append to add-genesis-account sub-command to append new tokens after an account is already created.
    • (x/group) #13214 Add withdraw-proposal command to group module's CLI transaction commands.
    • (x/auth) #13048 Add handling of AccountNumberStoreKeyPrefix to the simulation decoder.
    • ๐Ÿ”ง (simapp) #13107 Call SetIAVLCacheSize with the configured value in simapp.
    • #13301ย Keep the balance query endpoint compatible with legacy blocks
    • #13321 Add flag to disable fast node migration and usage.

    ๐Ÿ› Bug Fixes

    • (types) #13265 Correctly coalesce coins even with repeated denominations & simplify logic.
    • (x/auth) #13200 Fix wrong sequences in sign-batch.
    • (export) #13029 Fix exporting the blockParams regression.
    • #13046 Fix missing return statement in BaseApp.Query.
    • ๐Ÿšš (store) #13336 Call streaming listeners for deliver tx event, it was removed accidentally.
    • (grpc) #13417 fix grpc query panic that could crash the node (backport #13352).
    • (grpc) #13418 Add close for grpc only mode.