Skip to content
Cosmopediaby Unity Nodes

Cosmos SDK v0.42.8 "Stargate" Release Notes

cosmos/cosmos-sdkv0.42.830-07-2021

This release includes various minor bug fixes and improvements, including:

• emit events for tx signature and sequence, so clients can now query txs by signature (`tx.signature='<base64_sig>'`) or by address and sequence combo (`tx.acc_seq='<addr>/<seq>'`),

• support other signing algorithms than `secp256k1` with `--ledger` in with the CLI `keys add` command,

• add missing documentation for CLI flag `--output json/text` to all `tx` cli commands.

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

← Back to Releases