-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove componenets from unclog config
- Loading branch information
Showing
34 changed files
with
91 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,7 @@ | ||
project_url = "https://github.com/cosmos/interchain-security" | ||
|
||
# Settings related to components/sub-modules. Only relevant if you make use of | ||
# components/sub-modules. | ||
[components] | ||
|
||
# The title to use for the section of entries not relating to a specific | ||
# component. | ||
general_entries_title = "General" | ||
|
||
# The number of spaces to inject before each component-related entry. | ||
entry_indent = 2 | ||
|
||
# The components themselves. Each component has a name (used when rendered | ||
# to Markdown) and a path relative to the project folder (i.e. relative to | ||
# the parent of the `.changelog` folder). | ||
[components.all] | ||
provider = { name = "Provider", path = "x/ccv/provider" } | ||
consumer = { name = "Consumer", path = "x/ccv/consumer" } | ||
tests = { name = "Tests", path = "tests" } | ||
docs = { name = "Documentation", path = "docs/docs" } | ||
[change_set_sections] | ||
sort_entries_by = "entry-text" |
2 changes: 1 addition & 1 deletion
2
...king/provider/2079-inactive-validators.md → .../api-breaking/2079-inactive-validators.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...aking/provider/2098-vscmatured-removal.md → ...d/api-breaking/2098-vscmatured-removal.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...aking/provider/2171-permissionless-ics.md → ...d/api-breaking/2171-permissionless-ics.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...aking/provider/2035-min-stake-max-rank.md → ...eased/features/2035-min-stake-max-rank.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
- Add `min_stake`, a power shaping configuration parameter that enables consumers to set | ||
- `[x/provider]` Add `min_stake`, a power shaping configuration parameter that enables consumers to set | ||
the minimum amount of provider stake every validator needs to be eligible to opt-in. | ||
([\#2035](https://github.com/cosmos/interchain-security/pull/2035)) |
2 changes: 1 addition & 1 deletion
2
...ures/provider/2066-allow-inactive-vals.md → ...ased/features/2066-allow-inactive-vals.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
- Add `allow_inactive_vals`, a power shaping configuration parameter that enables consumers | ||
- `[x/provider]` Add `allow_inactive_vals`, a power shaping configuration parameter that enables consumers | ||
to specify whether validators outside the active provider validator set are eligible to opt-in. | ||
([\#2066](https://github.com/cosmos/interchain-security/pull/2066)) |
2 changes: 1 addition & 1 deletion
2
...ures/provider/2079-inactive-validators.md → ...ased/features/2079-inactive-validators.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...tures/provider/2098-vscmatured-removal.md → ...eased/features/2098-vscmatured-removal.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/features/2106-query-blocks-until-next-epoch.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- `[x/provider]` Add a query to get the blocks until the next epoch begins | ||
([\#2106](https://github.com/cosmos/interchain-security/pull/2106)) |
2 changes: 1 addition & 1 deletion
2
...tures/provider/2171-permissionless-ics.md → ...eased/features/2171-permissionless-ics.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ures/provider/2211-deprecate-migration.md → ...ased/features/2211-deprecate-migration.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
- Remove provider migrations to consensus versions lower than 7. | ||
- `[x/provider]` Remove provider migrations to consensus versions lower than 7. | ||
To migrate the provider module from consensus version 3, 4, or 5 to consensus version 7 or higher, | ||
users should use v4.3.x in production to migrate to consensus version 6. | ||
([\#2211](https://github.com/cosmos/interchain-security/pull/2211)) |
2 changes: 0 additions & 2 deletions
2
.changelog/unreleased/features/provider/2106-query-blocks-until-next-epoch.md
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...tures/provider/2035-min-stake-max-rank.md → ...state-breaking/2035-min-stake-max-rank.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
- Add `min_stake`, a power shaping configuration parameter that enables consumers to set | ||
- `[x/provider]` Add `min_stake`, a power shaping configuration parameter that enables consumers to set | ||
the minimum amount of provider stake every validator needs to be eligible to opt-in. | ||
([\#2035](https://github.com/cosmos/interchain-security/pull/2035)) |
2 changes: 1 addition & 1 deletion
2
...king/provider/2066-allow-inactive-vals.md → ...tate-breaking/2066-allow-inactive-vals.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
- Add `allow_inactive_vals`, a power shaping configuration parameter that enables consumers | ||
- `[x/provider]` Add `allow_inactive_vals`, a power shaping configuration parameter that enables consumers | ||
to specify whether validators outside the active provider validator set are eligible to opt-in. | ||
([\#2066](https://github.com/cosmos/interchain-security/pull/2066)) |
2 changes: 1 addition & 1 deletion
2
...king/provider/2079-inactive-validators.md → ...tate-breaking/2079-inactive-validators.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
- Add the _Inactive Provider Validators_ feature (as per | ||
- `[x/provider]` Add the _Inactive Provider Validators_ feature (as per | ||
[ADR-017](https://cosmos.github.io/interchain-security/adrs/adr-017-allowing-inactive-validators)). | ||
([\#2079](https://github.com/cosmos/interchain-security/pull/2079)) |
2 changes: 1 addition & 1 deletion
2
...aking/provider/2098-vscmatured-removal.md → ...state-breaking/2098-vscmatured-removal.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
- Remove `VSCMaturedPackets` from the provider module (as per | ||
- `[x/provider]` Remove `VSCMaturedPackets` from the provider module (as per | ||
[ADR-018](https://cosmos.github.io/interchain-security/adrs/adr-018-remove-vscmatured)). | ||
([\#2098](https://github.com/cosmos/interchain-security/pull/2098)) |
2 changes: 1 addition & 1 deletion
2
...aking/provider/2171-permissionless-ics.md → ...state-breaking/2171-permissionless-ics.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
- Add the _Permissionless ICS_ feature (as per | ||
- `[x/provider]` Add the _Permissionless ICS_ feature (as per | ||
[ADR-019](https://cosmos.github.io/interchain-security/adrs/adr-019-permissionless-ics)). | ||
([\#2171](https://github.com/cosmos/interchain-security/pull/2171)) |
2 changes: 2 additions & 0 deletions
2
.changelog/v5.0.0/features/1698-add-update-provider-params-msg.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- `[x/provider]` Add provider `MsgUpdateParams` from [cosmos-sdk](https://github.com/cosmos/cosmos-sdk). | ||
([\#1698](https://github.com/cosmos/interchain-security/pull/1698)). |
2 changes: 2 additions & 0 deletions
2
.changelog/v5.0.0/features/1814-add-update-consumer-params-msg.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- `[x/consumer]` Add consumer `MsgUpdateParams` from [cosmos-sdk](https://github.com/cosmos/cosmos-sdk). | ||
([\#1814](https://github.com/cosmos/interchain-security/pull/1814)). |
2 changes: 0 additions & 2 deletions
2
.changelog/v5.0.0/features/consumer/1814-add-update-consumer-params-msg.md
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
.changelog/v5.0.0/features/provider/1698-add-update-provider-params-msg.md
This file was deleted.
Oops, something went wrong.
3 changes: 3 additions & 0 deletions
3
.changelog/v5.1.0/api-breaking/1998-change-ux-in-key-assignment.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- `[x/provider]` Change the UX in key assignment by returning an error if a validator tries to | ||
reuse the same consumer key. | ||
([\#1998](https://github.com/cosmos/interchain-security/pull/1998)) |
3 changes: 0 additions & 3 deletions
3
.changelog/v5.1.0/api-breaking/provider/1998-change-ux-in-key-assignment.md
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
- Remove soft opt-out feature. ([\#1995](https://github.com/cosmos/interchain-security/pull/1995)) | ||
Backporting of ([\#1964](https://github.com/cosmos/interchain-security/pull/1964)). | ||
- Backporting of ([\#1964](https://github.com/cosmos/interchain-security/pull/1964)). |
2 changes: 1 addition & 1 deletion
2
.changelog/v5.1.0/state-breaking/1995-deprecate-soft-opt-out.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
- Remove soft opt-out feature. ([\#1995](https://github.com/cosmos/interchain-security/pull/1995)) | ||
Backporting of ([\#1964](https://github.com/cosmos/interchain-security/pull/1964)). | ||
- Backporting of ([\#1964](https://github.com/cosmos/interchain-security/pull/1964)). |
3 changes: 3 additions & 0 deletions
3
.changelog/v5.1.0/state-breaking/1998-change-ux-in-key-assignment.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- `[x/provider]` Change the UX in key assignment by returning an error if a validator tries to | ||
reuse the same consumer key. | ||
([\#1998](https://github.com/cosmos/interchain-security/pull/1998)) |
3 changes: 0 additions & 3 deletions
3
.changelog/v5.1.0/state-breaking/provider/1998-change-ux-in-key-assignment.md
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- `[x/provider]` Fix incorrect message definitions in the proto files of the provider module | ||
([\#2095](https://github.com/cosmos/interchain-security/pull/2095)) |
2 changes: 0 additions & 2 deletions
2
.changelog/v5.1.1/api-breaking/provider/2095-proto-message-fix.md
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- `[x/provider]` Fix incorrect message definitions in the proto files of the provider module | ||
([\#2095](https://github.com/cosmos/interchain-security/pull/2095)) |
2 changes: 0 additions & 2 deletions
2
.changelog/v5.1.1/state-breaking/provider/2095-proto-message-fix.md
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...-fixes/provider/1dd3885-msg-validation.md → ...5.2.0/bug-fixes/1dd3885-msg-validation.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
- Improve provider message validation. | ||
- `[x/provider]` Improve provider message validation. | ||
([1dd3885](https://github.com/cosmos/interchain-security/commit/1dd38851dbb9e0d98c61bd11375ee7e140527833)) |
2 changes: 1 addition & 1 deletion
2
...eaking/provider/1dd3885-msg-validation.md → .../state-breaking/1dd3885-msg-validation.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
- Improve provider message validation. | ||
- `[x/provider]` Improve provider message validation. | ||
([1dd3885](https://github.com/cosmos/interchain-security/commit/1dd38851dbb9e0d98c61bd11375ee7e140527833)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters