Sourced from github.com/cosmos/cosmos-sdk's releases.
v0.45.5
Cosmos SDK v0.45.5 Release Notes
This release introduces a few bug fixes and improvements. Notably, it removes the redacted error message, fixes a few bugs in the
types
package, and indexing of events for failed txs.See the Cosmos SDK v0.45.5 Changelog for the exhaustive list of all changes.
Full Commit History: https://github.com/cosmos/cosmos-sdk/compare/v0.45.4...v0.45.5
Sourced from github.com/cosmos/cosmos-sdk's changelog.
v0.45.5 - 2022-06-09
Improvements
- (x/feegrant) #11813 Fix pagination total count in
AllowancesByGranter
query.- (errors) #12002 Removed 'redacted' error message from defaultErrEncoder.
- (ante) #12017 Index ante events for failed tx (backport #12013).
- #12153 Add a new
NewSimulationManagerFromAppModules
constructor, to simplify simulation wiring.Bug Fixes
- #11796 Handle EOF error case in
readLineFromBuf
, which allows successful reading of passphrases from STDIN.- #11772 Limit types.Dec length to avoid overflow.
- #10947 Add
AllowancesByGranter
query to the feegrant module- #9639 Check store keys length before accessing them by making sure that
key
is of lengthm+1
(forkey[n:m]
)- #11983 (x/feegrant, x/authz) rename grants query commands to
grants-by-grantee
,grants-by-granter
cmds.Improvements
- #11886 Improve error messages
a2761bd
chore: prep release notes + cl (#12207)4dd96eb
Revert "fix: add base account getter (backport #12154) (#12161)" (#12213)a3f8a83
chore(types): add MustAccAddressFromBech32 util func (backport #12201) (#12205)48c2f77
fix(upgrades): perform no-op if 'from' and 'to' migration version are equal (...95d873f
chore: remove direct reliance on staking from slashing (backport #12177) (#12...bec98b5
perf: modify DelegatorSharesInvariant for better performance (#12170) (#12179)d721a76
refactor: Simplify SimulationManager setup (backport #12153) (#12159)008d10d
fix: add base account getter (backport #12154) (#12161)057a6ca
fix: cli grants-by-grantee
, grants-by-granter
cmds (backport #11983) (#12...a802a5c
fix: Make rechecking a tx check the sequence number #12060 (#12062)