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 CLIkeys add
command, - add missing documentation for CLI flag
--output json/text
to alltx
cli commands.
See the Cosmos SDK v0.42.8 milestone on our issue tracker for the exhaustive list of all changes.