Skip to content

Commit 94e7950

Browse files
committed
0.28.1
1 parent 86a214f commit 94e7950

File tree

2 files changed

+36
-14
lines changed

2 files changed

+36
-14
lines changed

CHANGELOG.md

+36
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,41 @@
11
# Changelog
22

3+
## 0.28.1
4+
5+
BREAKNG CHANGES
6+
7+
* Gaia REST API (`gaiacli advanced rest-server`)
8+
* [lcd] [\#3045](https://github.com/cosmos/cosmos-sdk/pull/3045) Fix quoted json return on GET /keys (keys list)
9+
* [gaia-lite] [\#2191](https://github.com/cosmos/cosmos-sdk/issues/2191) Split `POST /stake/delegators/{delegatorAddr}/delegations` into `POST /stake/delegators/{delegatorAddr}/delegations`, `POST /stake/delegators/{delegatorAddr}/unbonding_delegations` and `POST /stake/delegators/{delegatorAddr}/redelegations`
10+
* [gaia-lite] [\#3056](https://github.com/cosmos/cosmos-sdk/pull/3056) `generate_only` and `simulate` have moved from query arguments to POST requests body.
11+
* Tendermint
12+
* [tendermint] Now using Tendermint 0.27.3
13+
14+
FEATURES
15+
16+
* Gaia REST API (`gaiacli advanced rest-server`)
17+
* [slashing] [\#2399](https://github.com/cosmos/cosmos-sdk/issues/2399) Implement `/slashing/parameters` endpoint to query slashing parameters.
18+
* Gaia CLI (`gaiacli`)
19+
* [gaiacli] [\#2399](https://github.com/cosmos/cosmos-sdk/issues/2399) Implement `params` command to query slashing parameters.
20+
* SDK
21+
- [client] [\#2926](https://github.com/cosmos/cosmos-sdk/issues/2926) Add TxEncoder to client TxBuilder.
22+
* Other
23+
- Introduced the logjack tool for saving logs w/ rotation
24+
25+
IMPROVEMENTS
26+
27+
* Gaia REST API (`gaiacli advanced rest-server`)
28+
* \#2879, \#2880 Update deposit and vote endpoints to perform a direct txs query
29+
when a given proposal is inactive and thus having votes and deposits removed
30+
from state.
31+
* Gaia CLI (`gaiacli`)
32+
* \#2879, \#2880 Update deposit and vote CLI commands to perform a direct txs query
33+
when a given proposal is inactive and thus having votes and deposits removed
34+
from state.
35+
* Gaia
36+
* [\#3021](https://github.com/cosmos/cosmos-sdk/pull/3021) Add `--gentx-dir` to `gaiad collect-gentxs` to specify a directory from which collect and load gentxs. Add `--output-document` to `gaiad init` to allow one to redirect output to file.
37+
38+
339
## 0.28.0
440

541
BREAKING CHANGES

PENDING.md

-14
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
BREAKING CHANGES
44

55
* Gaia REST API (`gaiacli advanced rest-server`)
6-
* [lcd] https://github.com/cosmos/cosmos-sdk/pull/3045 Fix quoted json return on GET /keys (keys list)
7-
* [gaia-lite] [\#2191](https://github.com/cosmos/cosmos-sdk/issues/2191) Split `POST /stake/delegators/{delegatorAddr}/delegations` into `POST /stake/delegators/{delegatorAddr}/delegations`, `POST /stake/delegators/{delegatorAddr}/unbonding_delegations` and `POST /stake/delegators/{delegatorAddr}/redelegations`
8-
* [gaia-lite] [\#3056](https://github.com/cosmos/cosmos-sdk/pull/3056) `generate_only` and `simulate` have moved from query arguments to POST requests body.
96

107
* Gaia CLI (`gaiacli`)
118

@@ -19,34 +16,23 @@ BREAKING CHANGES
1916
FEATURES
2017

2118
* Gaia REST API (`gaiacli advanced rest-server`)
22-
* \#2399 Implement `/slashing/parameters` endpoint to query slashing parameters.
2319

2420
* Gaia CLI (`gaiacli`)
25-
* \#2399 Implement `params` command to query slashing parameters.
2621

2722
* Gaia
2823

2924
* SDK
30-
- [\#2926](https://github.com/cosmos/cosmos-sdk/issues/2926) Add TxEncoder to client TxBuilder.
3125

3226
* Tendermint
3327

3428

3529
IMPROVEMENTS
3630

3731
* Gaia REST API (`gaiacli advanced rest-server`)
38-
* \#2879, \#2880 Update deposit and vote endpoints to perform a direct txs query
39-
when a given proposal is inactive and thus having votes and deposits removed
40-
from state.
4132

4233
* Gaia CLI (`gaiacli`)
43-
* \#2879, \#2880 Update deposit and vote CLI commands to perform a direct txs query
44-
when a given proposal is inactive and thus having votes and deposits removed
45-
from state.
4634

4735
* Gaia
48-
* [\#3021](https://github.com/cosmos/cosmos-sdk/pull/3021) Add `--gentx-dir` to `gaiad collect-gentxs` to specify a directory from which collect and load gentxs.
49-
Add `--output-document` to `gaiad init` to allow one to redirect output to file.
5036

5137
* SDK
5238

0 commit comments

Comments
 (0)