v0.31.2 (WARNING: ALPHA SOFTWARE)
BREAKING CHANGES
• SDK
• #3592 Drop deprecated keybase implementation's
New constructor in favor of a new
crypto/keys.New(string, string) implementation that
returns a lazy keybase instance. Remove client.MockKeyBase,
superseded by crypto/keys.NewInMemory()
IMPROVEMENTS
• SDK
• #3604 Improve SDK funds related error messages and allow for unicode in
JSON ABCI log.
• Tendermint
• #3563 Update to Tendermint version `0.30.0-rc0`
BUG FIXES
• Gaia
• [ #3585 ] Fix setting the tx hash in `NewResponseFormatBroadcastTxCommit`.
• [ #3585 ] Return an empty `TxResponse` when Tendermint returns an empty
`ResultBroadcastTx`.
• SDK
• #3582 Running `make test_unit` was failing due to a missing tag
• #3617 Fix fee comparison when the required fees does not contain any denom
present in the tx fees.