File tree 2 files changed +33
-14
lines changed
2 files changed +33
-14
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
36
## 0.31.0
4
37
5
38
BREAKING CHANGES
Original file line number Diff line number Diff line change @@ -9,11 +9,6 @@ BREAKING CHANGES
9
9
* Gaia
10
10
11
11
* 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()
17
12
18
13
* Tendermint
19
14
@@ -39,8 +34,6 @@ IMPROVEMENTS
39
34
* Gaia
40
35
41
36
* SDK
42
- * [ \# 3604] Improve SDK funds related error messages and allow for unicode in
43
- JSON ABCI log.
44
37
45
38
* Tendermint
46
39
@@ -50,16 +43,9 @@ BUG FIXES
50
43
* Gaia REST API
51
44
52
45
* Gaia CLI
53
- * [ \# 3586] ( https://github.com/cosmos/cosmos-sdk/pull/3586 ) Incomplete ledger derivation paths in keybase
54
46
55
47
* Gaia
56
- * [ \# 3585] Fix setting the tx hash in ` NewResponseFormatBroadcastTxCommit ` .
57
- * [ \# 3585] Return an empty ` TxResponse ` when Tendermint returns an empty
58
- ` ResultBroadcastTx ` .
59
48
60
49
* 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.
64
50
65
51
* Tendermint
You can’t perform that action at this time.
0 commit comments