Skip to content

Commit 906e950

Browse files
committed
PENDING => CHANGELOG; linkify
1 parent 5ccad47 commit 906e950

File tree

2 files changed

+48
-27
lines changed

2 files changed

+48
-27
lines changed

CHANGELOG.md

+38
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,43 @@
11
# Changelog
22

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

543
BREAKING CHANGES

PENDING.md

+10-27
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,22 @@
22

33
BREAKING CHANGES
44

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`)
76

8-
* Gaia CLI
7+
* Gaia CLI (`gaiacli`)
98

109
* Gaia
1110

1211
* 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
1912

2013
* Tendermint
2114

15+
2216
FEATURES
2317

24-
* Gaia REST API
18+
* Gaia REST API (`gaiacli advanced rest-server`)
2519

26-
* Gaia CLI
20+
* Gaia CLI (`gaiacli`)
2721

2822
* Gaia
2923

@@ -34,36 +28,25 @@ FEATURES
3428

3529
IMPROVEMENTS
3630

37-
* Gaia REST API
31+
* Gaia REST API (`gaiacli advanced rest-server`)
3832

39-
* Gaia CLI
33+
* Gaia CLI (`gaiacli`)
4034

4135
* Gaia
4236

4337
* 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.
5438

5539
* Tendermint
56-
* [\#3618] Upgrade to Tendermint 0.30.03
40+
5741

5842
BUG FIXES
5943

60-
* Gaia REST API
44+
* Gaia REST API (`gaiacli advanced rest-server`)
6145

62-
* Gaia CLI
46+
* Gaia CLI (`gaiacli`)
6347

6448
* Gaia
6549

6650
* SDK
67-
* \#3646 `x/mint` now uses total token supply instead of total bonded tokens to calculate inflation
6851

6952
* Tendermint

0 commit comments

Comments
 (0)