Sourced from github.com/cosmos/cosmos-sdk's releases.
v0.45.1
This release introduces bug fixes and improvements on the Cosmos SDK v0.45 series:
Highlights
- Added the missing
iavl-cache-size
config parameter parsing to set a desired IAVL cache size. The default value is way to small for big chains, and causes OOM failures.- Added a check in
x/upgrade
module'sBeginBlock
preventing accidental binary downgrades- Fix: the
/cosmos/tx/v1beta1/txs/{hash}
endpoint returns correct return code (404) for a non existing tx.See the Cosmos SDK v0.45.1 Changelog for the exhaustive list of all changes and check other fixes in 0.45.x release series.
Full Diff: https://github.com/cosmos/cosmos-sdk/compare/v0.45.0...v0.45.1
Sourced from github.com/cosmos/cosmos-sdk's changelog.
v0.45.1 - 2022-02-03
Bug Fixes
- (grpc) #10985 The
/cosmos/tx/v1beta1/txs/{hash}
endpoint returns a 404 when a tx does not exist.- #10990 Fixes missing
iavl-cache-size
config parsing inGetConfig
method.Improvements
2646b47
chore: 0.45.1 Release Notes (#11109)f69c82f
feat: extra logging in in-place store migrations (backport #10768) (#11107)0c9bbbc
fix: add iavl-cache-size config parsing to GetConfig (backport #10990) (#11058)985d221
feat!: add protection against accidental downgrades (backport #10407) (#11026)dfd47f5
chore: update 0.45 migration and support notes (backport #10973) (#10979)7ecf4d4
fix: return 404 on non-existing tx (backport #10992) (#11014)ced57ea
docs: guidelines for ValidateBasic (#10983) (#11001)