cosmos-sdk v0.45.10 Release Notes

Release Date: 2022-10-24 // over 1 year ago
  • ๐Ÿ”‹ Features

    • ๐Ÿ‘€ (grpc) #13485 Implement a new gRPC query, /cosmos/base/node/v1beta1/config, which provides operator configuration. Applications that wish to expose operator minimum gas prices via gRPC should have their application implement the ApplicationQueryService interface (see SimApp#RegisterNodeService as an example).
    • โช #13557 - Add GenSignedMockTx. This can be used as workaround for #12437 revertion. v0.46+ contains as well a GenSignedMockTx that behaves the same way.
    • (x/auth) #13612 Add Query/ModuleAccountByName endpoint for accessing the module account info by module name.

    ๐Ÿ‘Œ Improvements

    • #13585 Bump Tendermint to v0.34.22.

    ๐Ÿ› Bug Fixes

    • #13588 Fix regression in distrubtion.WithdrawDelegationRewards when rewards are zero.
    • #13564 - Fix make proto-gen.
    • (server) #13610 Read the pruning-keep-every field again.