Sourced from github.com/cosmos/cosmos-sdk's releases.
v0.46.2
Cosmos SDK v0.46.2 Release Notes
This release introduces a number of bug fixes, features and improvements.
Please see the CHANGELOG for an exhaustive list of changes.
Full Commit History: https://github.com/cosmos/cosmos-sdk/compare/v0.46.1...v0.46.2
Sourced from github.com/cosmos/cosmos-sdk's changelog.
v0.46.2 - 2022-10-03
API Breaking Changes
- (cli) #13089 Fix rollback command don't actually delete multistore versions, added method
RollbackToVersion
to interfaceCommitMultiStore
and added methodCommitMultiStore
toApplication
interface.- (cli) #13089
NewRollbackCmd
now takes anappCreator 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
toadd-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.
26786a0
chore: prepare v0.46.2
release (#13436)72a904d
fix: add close for grpcOnly mode (backport #13418) (#13422)f80e883
fix: add gRPC nil/zero check in query (backport #13352) (#13417)51c8a1a
feat: Add notice for possible iavl fast node migration (backport #13390) (#13...95948f6
perf: reduce user's password prompts when calling keyring List function (back...c351441
docs: guidelines for proto message's String() method (#13364) (#13366)72f8923
feat: add draft-proposal
for x/group (backport #13353) (#13359)9454b97
fix: fix buf commit (#13344)bbcf2f1
fix: fix buf unexisting repo (#13343)f57a110
fix: ensure withdraw_rewards events are always emitted on reward withdrawal (...