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
+9-9
Original file line number
Diff line number
Diff line change
@@ -27,15 +27,15 @@ BREAKING CHANGES
27
27
* Reintroduce OR semantics for tx fees
28
28
29
29
* SDK
30
-
*\#2513 Tendermint updates are adjusted by 10^-6 relative to staking tokens,
30
+
*[\#2513](https://github.com/cosmos/cosmos-sdk/issues/2513) Tendermint updates are adjusted by 10^-6 relative to staking tokens,
31
31
*[\#3487](https://github.com/cosmos/cosmos-sdk/pull/3487) Move HTTP/REST utilities out of client/utils into a new dedicated client/rest package.
32
32
*[\#3490](https://github.com/cosmos/cosmos-sdk/issues/3490) ReadRESTReq() returns bool to avoid callers to write error responses twice.
33
33
*[\#3502](https://github.com/cosmos/cosmos-sdk/pull/3502) Fixes issue when comparing genesis states
34
34
*[\#3514](https://github.com/cosmos/cosmos-sdk/pull/3514) Various clean ups:
35
35
- Replace all GetKeyBase\* functions family in favor of NewKeyBaseFromDir and NewKeyBaseFromHomeFlag.
36
36
- Remove Get prefix from all TxBuilder's getters.
37
37
*[\#3522](https://github.com/cosmos/cosmos-sdk/pull/3522) Get rid of double negatives: Coins.IsNotNegative() -> Coins.IsAnyNegative().
38
-
*\#3561 Don't unnecessarily store denominations in staking
38
+
*[\#3561](https://github.com/cosmos/cosmos-sdk/issues/3561) Don't unnecessarily store denominations in staking
39
39
40
40
41
41
FEATURES
@@ -46,16 +46,16 @@ FEATURES
46
46
* Gaia CLI (`gaiacli`)
47
47
*[\#3429](https://github.com/cosmos/cosmos-sdk/issues/3429) Support querying
48
48
for all delegator distribution rewards.
49
-
*\#3449 Proof verification now works with absence proofs
49
+
*[\#3449](https://github.com/cosmos/cosmos-sdk/issues/3449) Proof verification now works with absence proofs
50
50
*[\#3484](https://github.com/cosmos/cosmos-sdk/issues/3484) Add support
51
51
vesting accounts to the add-genesis-account command.
52
52
53
53
* Gaia
54
54
-[\#3397](https://github.com/cosmos/cosmos-sdk/pull/3397) Implement genesis file sanitization to avoid failures at chain init.
55
-
*\#3428 Run the simulation from a particular genesis state loaded from a file
55
+
*[\#3428](https://github.com/cosmos/cosmos-sdk/issues/3428) Run the simulation from a particular genesis state loaded from a file
56
56
57
57
* SDK
58
-
*\#3270 [x/staking] limit number of ongoing unbonding delegations /redelegations per pair/trio
58
+
*[\#3270](https://github.com/cosmos/cosmos-sdk/issues/3270)[x/staking] limit number of ongoing unbonding delegations /redelegations per pair/trio
59
59
*[\#3477][distribution] new query endpoint "delegator_validators"
60
60
*[\#3514](https://github.com/cosmos/cosmos-sdk/pull/3514) Provided a lazy loading implementation of Keybase that locks the underlying
61
61
storage only for the time needed to perform the required operation. Also added Keybase reference to TxBuilder struct.
@@ -91,16 +91,16 @@ IMPROVEMENTS
91
91
for tx size in the ante handler.
92
92
*[\#3454](https://github.com/cosmos/cosmos-sdk/pull/3454) Add `--jail-whitelist` to `gaiad export` to enable testing of complex exports
93
93
*[\#3424](https://github.com/cosmos/cosmos-sdk/issues/3424) Allow generation of gentxs with empty memo field.
94
-
*\#3507 General cleanup, removal of unnecessary struct fields, undelegation bugfix, and comment clarification in x/staking and x/slashing
94
+
*[\#3507](https://github.com/cosmos/cosmos-sdk/issues/3507) General cleanup, removal of unnecessary struct fields, undelegation bugfix, and comment clarification in x/staking and x/slashing
95
95
96
96
* SDK
97
97
*[\#2605] x/params add subkey accessing
98
98
*[\#2986](https://github.com/cosmos/cosmos-sdk/pull/2986) Store Refactor
99
-
*\#3435 Test that store implementations do not allow nil values
100
-
*\#2509 Sanitize all usage of Dec.RoundInt64()
99
+
*[\#3435](https://github.com/cosmos/cosmos-sdk/issues/3435) Test that store implementations do not allow nil values
100
+
*[\#2509](https://github.com/cosmos/cosmos-sdk/issues/2509) Sanitize all usage of Dec.RoundInt64()
0 commit comments