v0.37.5
Features
• (types) #5360 Implement `SortableDecBytes` which
allows the `Dec` type to be sortable.
Improvements
• (tendermint) Bump Tendermint version to v0.32.8 .
• (cli) #5482 Remove old "tags" nomenclature from the `q txs` command in favor of the new events system. Functionality remains unchanged except that `=` is used instead of `:` to be consistent with the API's use of event queries.
Bug Fixes
• (iavl) #5276 Fix potential race condition in `iavlIterator#Close`.
• (baseapp) #5350 Allow a node to restart successfully after a `halt-height` or `halt-time` has been triggered.
• (types) #5395 Fix `Uint#LTE`.
• (types) #5408 `NewDecCoins` constructor now sorts the coins.