File tree Expand file tree Collapse file tree 2 files changed +33
-14
lines changed
Expand file tree Collapse file tree 2 files changed +33
-14
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.31.2
4+
5+ BREAKING CHANGES
6+
7+ * SDK
8+ * [ \# 3592] ( https://github.com/cosmos/cosmos-sdk/issues/3592 ) Drop deprecated keybase implementation's
9+ New constructor in favor of a new
10+ crypto/keys.New(string, string) implementation that
11+ returns a lazy keybase instance. Remove client.MockKeyBase,
12+ superseded by crypto/keys.NewInMemory()
13+
14+ IMPROVEMENTS
15+
16+ * SDK
17+ * [ \# 3604] ( https://github.com/cosmos/cosmos-sdk/pulls/3604 ) Improve SDK funds related error messages and allow for unicode in
18+ JSON ABCI log.
19+
20+ * Tendermint
21+ * [ \# 3563] ( https://github.com/cosmos/cosmos-sdk/3563 ) Update to Tendermint version ` 0.30.0-rc0 `
22+
23+
24+ BUG FIXES
25+
26+ * Gaia
27+ * [ \# 3585] Fix setting the tx hash in ` NewResponseFormatBroadcastTxCommit ` .
28+ * [ \# 3585] Return an empty ` TxResponse ` when Tendermint returns an empty
29+ ` ResultBroadcastTx ` .
30+
31+ * SDK
32+ * [ \# 3582] ( https://github.com/cosmos/cosmos-sdk/pull/3582 ) Running ` make test_unit ` was failing due to a missing tag
33+ * [ \# 3617] ( https://github.com/cosmos/cosmos-sdk/pull/3582 ) Fix fee comparison when the required fees does not contain any denom
34+ present in the tx fees.
35+
336## 0.31.0
437
538BREAKING CHANGES
Original file line number Diff line number Diff line change @@ -9,11 +9,6 @@ BREAKING CHANGES
99* Gaia
1010
1111* SDK
12- * \# 3592 Drop deprecated keybase implementation's
13- New constructor in favor of a new
14- crypto/keys.New(string, string) implementation that
15- returns a lazy keybase instance. Remove client.MockKeyBase,
16- superseded by crypto/keys.NewInMemory()
1712
1813* Tendermint
1914
@@ -39,8 +34,6 @@ IMPROVEMENTS
3934* Gaia
4035
4136* SDK
42- * [ \# 3604] Improve SDK funds related error messages and allow for unicode in
43- JSON ABCI log.
4437
4538* Tendermint
4639
@@ -50,16 +43,9 @@ BUG FIXES
5043* Gaia REST API
5144
5245* Gaia CLI
53- * [ \# 3586] ( https://github.com/cosmos/cosmos-sdk/pull/3586 ) Incomplete ledger derivation paths in keybase
5446
5547* Gaia
56- * [ \# 3585] Fix setting the tx hash in ` NewResponseFormatBroadcastTxCommit ` .
57- * [ \# 3585] Return an empty ` TxResponse ` when Tendermint returns an empty
58- ` ResultBroadcastTx ` .
5948
6049* SDK
61- * [ \# 3582] ( https://github.com/cosmos/cosmos-sdk/pull/3582 ) Running `make test_unit was failing due to a missing tag
62- * [ \# 3617] Fix fee comparison when the required fees does not contain any denom
63- present in the tx fees.
6450
6551* Tendermint
You can’t perform that action at this time.
0 commit comments