v0.47.5
Cosmos SDK v0.47.5 Release Notes
💬 Release Discussion
🚀 Highlights
Get ready for v0.50.0 and start integrating with the next Cosmos SDK release.
For this 5th patch release of the `v0.47.x` line, some of the notable changes include:
• A new command for importing private keys encoded in hex. This complements the existing `import` command that supports mnemonic and key files.
Use `<appd> keys import <name> <hex>` to import a private key encoded in hex.
• A new command, `rpc.QueryEventForTxCmd` for querying a transaction by its hash and blocking until the transaction is included in a block. It is useful as an alternative to the legacy `--broadcast-mode block`.
Check out the changelog for an exhaustive list of changes or compare changes from last release.
Refer to the upgrading guide when migrating from `v0.46.x` to `v0.47.0`.