github cosmos/cosmos-sdk v0.42.8
Cosmos SDK v0.42.8 "Stargate" Release Notes

latest releases: core/v1.0.0-alpha.6, log/v1.5.0, x/tx/v1.0.0-alpha.2...
3 years ago

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.

Don't miss a new cosmos-sdk release

NewReleases is sending notifications on new releases.