2
2
3
3
BREAKING CHANGES
4
4
5
- * Gaia REST API
6
- * [ \# 3642] ( https://github.com/cosmos/cosmos-sdk/pull/3642 ) ` GET /tx/{hash} ` now returns ` 404 ` instead of ` 500 ` if the transaction is not found
5
+ * Gaia REST API (` gaiacli advanced rest-server ` )
7
6
8
- * Gaia CLI
7
+ * Gaia CLI ( ` gaiacli ` )
9
8
10
9
* Gaia
11
10
12
11
* SDK
13
- * \# 3580 Migrate HTTP request/response types and utilities to types/rest.
14
- * \# 3592 Drop deprecated keybase implementation's New() constructor in
15
- favor of a new crypto/keys.New(string, string) implementation that
16
- returns a lazy keybase instance. Remove client.MockKeyBase,
17
- superseded by crypto/keys.NewInMemory()
18
- * \# 3621 staking.GenesisState.Bonds -> Delegations
19
12
20
13
* Tendermint
21
14
15
+
22
16
FEATURES
23
17
24
- * Gaia REST API
18
+ * Gaia REST API ( ` gaiacli advanced rest-server ` )
25
19
26
- * Gaia CLI
20
+ * Gaia CLI ( ` gaiacli ` )
27
21
28
22
* Gaia
29
23
@@ -34,36 +28,25 @@ FEATURES
34
28
35
29
IMPROVEMENTS
36
30
37
- * Gaia REST API
31
+ * Gaia REST API ( ` gaiacli advanced rest-server ` )
38
32
39
- * Gaia CLI
33
+ * Gaia CLI ( ` gaiacli ` )
40
34
41
35
* Gaia
42
36
43
37
* SDK
44
- * [ \# 3311] Reconcile the ` DecCoin/s ` API with the ` Coin/s ` API.
45
- * [ \# 3614] Add coin denom length checks to the coins constructors.
46
- * \# 3621 remove many inter-module dependancies
47
- * [ \# 3601] JSON-stringify the ABCI log response which includes the log and message
48
- index.
49
- * [ \# 3604] Improve SDK funds related error messages and allow for unicode in
50
- JSON ABCI log.
51
- * [ \# 3620] ( https://github.com/cosmos/cosmos-sdk/pull/3620 ) Version command shows build tags
52
- * [ \# 3638] Add Bcrypt benchmarks & justification of security parameter choice
53
- * [ \# 3648] Add JSON struct tags to vesting accounts.
54
38
55
39
* Tendermint
56
- * [ \# 3618 ] Upgrade to Tendermint 0.30.03
40
+
57
41
58
42
BUG FIXES
59
43
60
- * Gaia REST API
44
+ * Gaia REST API ( ` gaiacli advanced rest-server ` )
61
45
62
- * Gaia CLI
46
+ * Gaia CLI ( ` gaiacli ` )
63
47
64
48
* Gaia
65
49
66
50
* SDK
67
- * \# 3646 ` x/mint ` now uses total token supply instead of total bonded tokens to calculate inflation
68
51
69
52
* Tendermint
0 commit comments