cosmos-sdk v0.46.1 Release Notes

Release Date: 2022-08-24 // over 1 year ago
  • ๐Ÿ‘Œ Improvements

    • 0๏ธโƒฃ #12953 Change the default priority mechanism to be based on gas price.
    • ๐Ÿ”ง #12981 Return proper error when parsing telemetry configuration.
    • #12969 Bump Tendermint to v0.34.21 and IAVL to v0.19.1.
    • #12885 Amortize cost of processing cache KV store.
    • (events) #12850 Add a new fee_payer attribute to the tx event that is emitted from the DeductFeeDecorator AnteHandler decorator.
    • (x/params) #12615 Add GetParamSetIfExists function to params Subspace to prevent panics on breaking changes.
    • ๐Ÿ›  (x/bank) #12674 Add convenience function CreatePrefixedAccountStoreKey() to construct key to access account's balance for a given denom.
    • #12877 Bumped cosmossdk.io/math to v1.0.0-beta.3
    • #12693 Make sure the order of each node is consistent when emitting proto events.

    ๐Ÿ› Bug Fixes

    • (x/group) #12888 Fix event propagation to the current context of x/group message execution []sdk.Result.
    • โฌ‡๏ธ (x/upgrade) #12906 Fix upgrade failure by moving downgrade verification logic after store migration.