Skip to content

Commit b1937bc

Browse files
committed
Linkify changelog
1 parent 02e9dcb commit b1937bc

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

CHANGELOG.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ BREAKING CHANGES
2727
* Reintroduce OR semantics for tx fees
2828

2929
* 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,
3131
* [\#3487](https://github.com/cosmos/cosmos-sdk/pull/3487) Move HTTP/REST utilities out of client/utils into a new dedicated client/rest package.
3232
* [\#3490](https://github.com/cosmos/cosmos-sdk/issues/3490) ReadRESTReq() returns bool to avoid callers to write error responses twice.
3333
* [\#3502](https://github.com/cosmos/cosmos-sdk/pull/3502) Fixes issue when comparing genesis states
3434
* [\#3514](https://github.com/cosmos/cosmos-sdk/pull/3514) Various clean ups:
3535
- Replace all GetKeyBase\* functions family in favor of NewKeyBaseFromDir and NewKeyBaseFromHomeFlag.
3636
- Remove Get prefix from all TxBuilder's getters.
3737
* [\#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
3939

4040

4141
FEATURES
@@ -46,16 +46,16 @@ FEATURES
4646
* Gaia CLI (`gaiacli`)
4747
* [\#3429](https://github.com/cosmos/cosmos-sdk/issues/3429) Support querying
4848
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
5050
* [\#3484](https://github.com/cosmos/cosmos-sdk/issues/3484) Add support
5151
vesting accounts to the add-genesis-account command.
5252

5353
* Gaia
5454
- [\#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
5656

5757
* 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
5959
* [\#3477][distribution] new query endpoint "delegator_validators"
6060
* [\#3514](https://github.com/cosmos/cosmos-sdk/pull/3514) Provided a lazy loading implementation of Keybase that locks the underlying
6161
storage only for the time needed to perform the required operation. Also added Keybase reference to TxBuilder struct.
@@ -91,16 +91,16 @@ IMPROVEMENTS
9191
for tx size in the ante handler.
9292
* [\#3454](https://github.com/cosmos/cosmos-sdk/pull/3454) Add `--jail-whitelist` to `gaiad export` to enable testing of complex exports
9393
* [\#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
9595

9696
* SDK
9797
* [\#2605] x/params add subkey accessing
9898
* [\#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()
101101
* [\#556](https://github.com/cosmos/cosmos-sdk/issues/556) Increase `BaseApp`
102102
test coverage.
103-
* \#3357 develop state-transitions.md for staking spec, missing states added to `state.md`
103+
* [\#3357](https://github.com/cosmos/cosmos-sdk/issues/3357) develop state-transitions.md for staking spec, missing states added to `state.md`
104104
* [\#3552](https://github.com/cosmos/cosmos-sdk/pull/3552) Validate bit length when
105105
deserializing `Int` types.
106106

0 commit comments

Comments
 (0)