cosmos-sdk v0.42.8 Release Notes

Release Date: 2021-07-30 // almost 3 years ago
  • ๐Ÿ”‹ Features

    • #9750 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>').

    ๐Ÿ‘Œ Improvements

    • (cli) #9717 Added CLI flag --output json/text to tx cli commands.

    ๐Ÿ› Bug Fixes

    • #9766 Fix hardcoded ledger signing algorithm on keys add command.