PENDING.md -> CHANGELOG.md
This commit is contained in:
parent
221b1ea3e0
commit
639ea1e7d8
33
CHANGELOG.md
33
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
|
||||
|
|
14
PENDING.md
14
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
|
||||
|
|
Loading…
Reference in New Issue