Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: remove components from changelog #2257

Merged
merged 3 commits into from
Sep 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 2 additions & 16 deletions .changelog/config.toml
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"
408 changes: 407 additions & 1 deletion .changelog/epilogue.md

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- 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)),
which entails the following changes on the provider.
([\#2079](https://github.com/cosmos/interchain-security/pull/2079))
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- The removal of `VSCMaturedPackets` entail several API breaking changes.
- `[x/provider]` The removal of `VSCMaturedPackets` entail several API breaking changes.
([\#2098](https://github.com/cosmos/interchain-security/pull/2098))

- Remove the `oldest_unconfirmed_vsc` query -- used to get
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- Add the Permissionless ICS feature on the provider (as per
- `[x/provider]` Add the Permissionless ICS feature on the provider (as per
[ADR-019](https://cosmos.github.io/interchain-security/adrs/adr-019-permissionless-ics)),
which entails the following api-breaking changes on the provider.
([\#2171](https://github.com/cosmos/interchain-security/pull/2171))
Expand Down

This file was deleted.

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))
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))
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- 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)),
which entails the following changes on the provider.
([\#2079](https://github.com/cosmos/interchain-security/pull/2079))
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- Remove `VSCMaturedPackets` from the provider module, which entails the following
- `[x/provider]` Remove `VSCMaturedPackets` from the provider module, which entails the following
changes to the provider.
([\#2098](https://github.com/cosmos/interchain-security/pull/2098))

Expand Down
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))
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- Add the Permissionless ICS feature on the provider (as per
- `[x/provider]` Add the _Permissionless ICS_ feature (as per
[ADR-019](https://cosmos.github.io/interchain-security/adrs/adr-019-permissionless-ics)),
which entails the following CLI and API enhancements on the provider.
([\#2171](https://github.com/cosmos/interchain-security/pull/2171))
Expand Down
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))

This file was deleted.

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))
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))
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))
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- `[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))
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- `[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))

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions .changelog/v3.2.0/bug-fixes/consumer/1262-fee-pool-addr.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changelog/v3.2.0/bug-fixes/consumer/1295-migration.md

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/v3.2.0/dependencies/1196-bump-ibc.md

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/v3.2.0/dependencies/1258-bump-ibc.md

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/v3.2.0/dependencies/1258-bump-sdk.md

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/v3.2.0/dependencies/1259-bump-sdk.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/v3.2.0/features/provider/1280-reward-denoms.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changelog/v3.2.0/improvements/1244-consumer-unbonding.md

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/v3.2.0/state-breaking/1196-bump-ibc.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changelog/v3.2.0/state-breaking/1244-consumer-unbonding.md

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/v3.2.0/state-breaking/1258-bump-ibc.md

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/v3.2.0/state-breaking/1258-bump-sdk.md

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/v3.2.0/state-breaking/1259-bump-sdk.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions .changelog/v3.2.0/state-breaking/consumer/1295-migration.md

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/v3.2.0/summary.md

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/v3.3.0/dependencies/1373-bump-ibc.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changelog/v3.3.0/features/1336-quint-model.md

This file was deleted.

This file was deleted.

This file was deleted.

16 changes: 0 additions & 16 deletions .changelog/v3.3.0/improvements/1324-consumer-genesis.md

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/v3.3.0/improvements/1350-cleanup-types.md

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions .changelog/v3.3.0/state-breaking/1324-consumer-genesis.md

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/v3.3.0/state-breaking/1460-msg-validation.md

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/v3.3.0/summary.md

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/v4.0.0/bug-fixes/1460-msg-validation.md

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/v4.0.0/bug-fixes/consumer/1549-soft-opt-out.md

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions .changelog/v4.0.0/dependencies/1557-bump-go.md

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/v4.0.0/dependencies/1558-bump-comet.md

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/v4.0.0/dependencies/1558-bump-sdk.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/v4.0.0/summary.md

This file was deleted.

Loading
Loading