You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+36
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,41 @@
1
1
# Changelog
2
2
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.
Copy file name to clipboardExpand all lines: PENDING.md
-14
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,6 @@
3
3
BREAKING CHANGES
4
4
5
5
* 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.
9
6
10
7
* Gaia CLI (`gaiacli`)
11
8
@@ -19,34 +16,23 @@ BREAKING CHANGES
19
16
FEATURES
20
17
21
18
* Gaia REST API (`gaiacli advanced rest-server`)
22
-
*\#2399 Implement `/slashing/parameters` endpoint to query slashing parameters.
23
19
24
20
* Gaia CLI (`gaiacli`)
25
-
*\#2399 Implement `params` command to query slashing parameters.
26
21
27
22
* Gaia
28
23
29
24
* SDK
30
-
-[\#2926](https://github.com/cosmos/cosmos-sdk/issues/2926) Add TxEncoder to client TxBuilder.
31
25
32
26
* Tendermint
33
27
34
28
35
29
IMPROVEMENTS
36
30
37
31
* 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.
41
32
42
33
* 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.
46
34
47
35
* 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.
0 commit comments