Skip to content
Cosmopediaby Unity Nodes

v0.44.3

cosmos/cosmos-sdkv0.44.322-10-2021

Cosmos SDK v0.44.3 Release Notes

This release introduces bug fixes and improvements on the Cosmos SDK v0.44 series.

The main performance improvement concerns gRPC queries, which are now able to run concurrently on the node ( #10045 ). To benefit from this performance boost, make sure to send your gRPC queries to the gRPC server directly (default port `9090`) instead of using the Tendermint RPC `abci_query` endpoint (default port `26657`).

This release notably also:

• bumps Tendermint to v0.34.14 .

• bumps the `gin-gonic/gin` version to 1.7.0 to fix the upstream security vulnerability .

• adds a null guard with a user-friendly error message for possible nil `Amount` in tx fee `Coins`.

See the Cosmos SDK v0.44.3 milestone on our issue tracker for the exhaustive list of all changes.

← Back to Releases