v0.38.2
Bug Fixes
• (baseapp) #5718 Remove call to `ctx.BlockGasMeter` during failed message validation which resulted in a panic when the tx execution mode was `CheckTx`.
• (x/genutil) #5775 Fix `ExportGenesis` in `x/genutil` to export default genesis state (`[]`) instead of `null`.
• (client) #5618 Fix crash on the client when the verifier is not set.
• (crypto/keys/mintkey) #5823 fix errors handling in UnarmorPubKeyBytes (underlying armoring function's return error was not being checked).
• (x/distribution) #5620 Fix nil pointer deref in distribution tax/rewward validation helpers.
Improvements
• (rest) #5648 Enhance /txs usability: • Add `tx.minheight` key to filter transaction with an inclusive minimum block height
• Add `tx.maxheight` key to filter transaction with an inclusive maximum block height
• (crypto/keys) #5739 Print an error message if the password input failed.