v0.53.0-rc.1
What's Changed
• feat(types): Add a ValueCodec for Uint complex type by @hoangdv2429 in #24070
• fix(test): avoid panic of SetStreamingManager() on sealed BaseApp (backport #24109 ) by @mergify in #24110
• feat(client/keys): add support for importing hex key using standard input by @DongLieu in #24071
• fix: Do not call Remove during Walk by @DongLieu in #24044
• chore(testutil): remove unnecessary error check by @hoangdv2429 in #24107
• refactor: use the built-in max/min to simplify the code by @riyueguang in #24112
• refactor: PoC for unordered txs per new spec by @technicallyty in #24010
• chore(all): modernized code with built-in min/max by @quantix9 in #24124
• chore: lint v2 by @aljo242 in #24118
• chore: gen mocks by @technicallyty in #24129
• feat: allow ed25519 signatures in txs by @tac0turtle in #24030
• fix(server): allow align block header with skip check heaader in grpc server by @DongLieu in #24068
• feat(x/bank): Placing SendRestriction before Deduction of Coins in SendCoins by @DongLieu in #24106
• chore(all): modernized code with slices by @quantix9 in #24125
• fix(sims): Minor fixes by @alpe in #24095
• refactor(proto): Use cosmos_proto added_in annotation instead comments by @DongLieu in #24105
• ci: fix gosec by @aljo242 in #24132
• chore: actually fix gosec by @aljo242 in #24133
• refactor(x/bank): swap sendrestriction check in InputOutputCoins (backport #21976 ) by @mergify in #24053
• chore: update error message in SetCMS (backport #23951 ) by @mergify in #24083
• feat(types): Implement .IsGT for types.Coin by @DongLieu in #24093
• feat(grpc): adds error handling for out-of-gas panics in grpc query handlers by @hoangdv2429 in #24073
• chore: clean utils's SliceContains by @lido333 in #24149
• test: add test to ensure timeout timestamp can be encoded/decoded in txs by @kdonthi in #24103
• feat(client/keys): add --yes option to `keys export` and `keys mnemonic` (backport #18745 ) by @mergify in #24154
• feat(client/keys): check multisig key duplicate (backport #18703 ) by @mergify in #24153
• refactor(client): check name validation for `keys add|import|rename` (backport #18950 ) by @mergify in #24152
• refactor: slices.Contains by @lido333 in #24162
• fix: prune cmd should disable async pruning by @technicallyty in #24090
• feat(baseapp): extend abci listeners in streaming manager (backport #24160 ) by @mergify in #24163
• feat(sims): introduce message factories/ simsx by @alpe in #24126
• chore: dependency prep by @aljo242 in #24179
• chore: use latest log tag by @aljo242 in #24183
• refactor(collections): remove core dependency by @aaronc in #24081
• chore: bump linter by @aljo242 in #24180
• chore: use latest errors by @aljo242 in #24184
• test: example upgrade handler and systems test by @aljo242 in #24182
• chore: prep `math` for `v1.5.1` by @aljo242 in #24185
• feat: add `x/protocolpool` by @aljo242 in #23933
• refactor(baseapp): create checktx handler by @hoangdv2429 in #24069
• fix(x/auth): ensure the elements of do not exceed 1000 by @DongLieu in #24208
• chore: prep `api` for release by @aljo242 in #24227
• chore: slices Delete by @lido333 in #24164
• feat: create and test migration from LegacyDec->Dec by @aljo242 in #24229
• chore: use math `v1.5.1` by @aljo242 in #24186
• chore: prep `store` for `v1.1.2` by @aljo242 in #24231
• chore: use `cosmossdk.io/api` `v0.9.0` by @aljo242 in #24230
• chore: use latest store by @aljo242 in #24240
New Contributors
• @quantix9 made their first contribution in #24124
• @kdonthi made their first contribution in #24103
Full Changelog : v0.53.0-beta.3...v0.53-rc.1