Skip to content

Commit

Permalink
Merge PR #3627: v0.31.2 master back to develop
Browse files Browse the repository at this point in the history
  • Loading branch information
jackzampolin committed Feb 12, 2019
2 parents 221b1ea + 05de813 commit a1ff315
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 14 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# Changelog

## 0.31.2

BREAKING CHANGES

* SDK
* [\#3592](https://github.com/cosmos/cosmos-sdk/issues/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](https://github.com/cosmos/cosmos-sdk/pulls/3604) Improve SDK funds related error messages and allow for unicode in
JSON ABCI log.

* Tendermint
* [\#3563](https://github.com/cosmos/cosmos-sdk/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](https://github.com/cosmos/cosmos-sdk/pull/3582) Running `make test_unit` was failing due to a missing tag
* [\#3617](https://github.com/cosmos/cosmos-sdk/pull/3582) Fix fee comparison when the required fees does not contain any denom
present in the tx fees.

## 0.31.0

BREAKING CHANGES
Expand Down
14 changes: 0 additions & 14 deletions PENDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ BREAKING CHANGES
* Gaia

* 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()

* Tendermint

Expand All @@ -39,8 +34,6 @@ IMPROVEMENTS
* Gaia

* SDK
* [\#3604] Improve SDK funds related error messages and allow for unicode in
JSON ABCI log.

* Tendermint

Expand All @@ -50,16 +43,9 @@ BUG FIXES
* Gaia REST API

* Gaia CLI
* [\#3586](https://github.com/cosmos/cosmos-sdk/pull/3586) Incomplete ledger derivation paths in keybase

* Gaia
* [\#3585] Fix setting the tx hash in `NewResponseFormatBroadcastTxCommit`.
* [\#3585] Return an empty `TxResponse` when Tendermint returns an empty
`ResultBroadcastTx`.

* SDK
* [\#3582](https://github.com/cosmos/cosmos-sdk/pull/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.

* Tendermint

0 comments on commit a1ff315

Please sign in to comment.