github cosmos/cosmos-sdk v0.42.11
Cosmos SDK v0.42.11

latest releases: v0.47.12-ics-lsm, api/v0.7.4, x/tx/v0.13.2...
2 years ago

This release includes a client-breaking change for HTTP users querying account balances by denom:

- <base_url>/cosmos/bank/v1beta1/balances/<address>/<denom>
+ <base_url>/cosmos/bank/v1beta1/balances/<address>/by_denom?denom=<denom>

This change was made to fix querying IBC denoms via HTTP.

v0.42.11 also includes multiple bugfixes and performance improvements, such as:

  • Upgrade IAVL to 0.17.3 to solve race condition bug in IAVL.
  • Bump Tendermint to v0.34.14.

Finally, when querying for transactions, we added an Events field to the TxResponse type that captures all events emitted by a transaction, unlike Logs which only contains events emitted during message execution. Logs and Events may currently contain duplicate data, but Logs will be deprecated in a future version.

See our CHANGELOG for the exhaustive list of all changes, or a full commit diff.

Don't miss a new cosmos-sdk release

NewReleases is sending notifications on new releases.