Skip to content

Commit 26a5614

Browse files
authored
Merge PR #3661: Release v0.32.0
R4R: Release v0.32.0 back to develop
2 parents 5ccad47 + 6252de8 commit 26a5614

File tree

2 files changed

+40
-19
lines changed

2 files changed

+40
-19
lines changed

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
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

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,16 @@
33
BREAKING CHANGES
44

55
* 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
76

87
* Gaia CLI
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

2418
* Gaia REST API
@@ -41,19 +35,9 @@ IMPROVEMENTS
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

@@ -64,6 +48,5 @@ BUG FIXES
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)