From 639ea1e7d8fef25da2c545055f4bdd7de1ebe07f Mon Sep 17 00:00:00 2001 From: Jack Zampolin Date: Tue, 12 Feb 2019 09:09:02 -0800 Subject: [PATCH] PENDING.md -> CHANGELOG.md --- CHANGELOG.md | 33 +++++++++++++++++++++++++++++++++ PENDING.md | 14 -------------- 2 files changed, 33 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a88cf406df..7fd480a797 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/PENDING.md b/PENDING.md index 2718e7118e..861cce4314 100644 --- a/PENDING.md +++ b/PENDING.md @@ -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 @@ -39,8 +34,6 @@ IMPROVEMENTS * Gaia * SDK - * [\#3604] Improve SDK funds related error messages and allow for unicode in - JSON ABCI log. * Tendermint @@ -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