-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into sainoe/pss-upgrade
- Loading branch information
Showing
150 changed files
with
17,385 additions
and
3,108 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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Write unbonding period advisory to stderr instead of stdout | ||
([\#1921](https://github.com/cosmos/interchain-security/pull/1921)) |
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 @@ | ||
- Bump [ibc-go](https://github.com/cosmos/ibc-go) to | ||
[v7.5.0](https://github.com/cosmos/ibc-go/releases/tag/v7.5.0). | ||
([\#1907](https://github.com/cosmos/interchain-security/pull/1907)) |
2 changes: 2 additions & 0 deletions
2
.changelog/v4.2.0/api-breaking/provider/1732-assigning-already-assigned-key-fix.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 @@ | ||
- Assigning a key that is already assigned by the same validator will now be a no-op instead of throwing an error. | ||
([\#1732](https://github.com/cosmos/interchain-security/pull/1732)) |
2 changes: 2 additions & 0 deletions
2
.../api-breaking/provider/1863-add-minimum-power-in-topN-to-consumer-chain-list.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 @@ | ||
- Changes the `list-consumer-chains` query to include a `min_power_in_top_N` field, as well as fields for all power shaping parameters of the consumer. | ||
([\#1863](https://github.com/cosmos/interchain-security/pull/1863)) |
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 @@ | ||
- Bump [CometBFT](https://github.com/cometbft/cometbft) to | ||
[v0.37.6](https://github.com/cometbft/cometbft/releases/tag/v0.37.6). | ||
([\#1876](https://github.com/cosmos/interchain-security/pull/1876)) |
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 @@ | ||
- Bump [cosmos-sdk](https://github.com/cosmos/cosmos-sdk) to | ||
[v0.47.11](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.47.11). | ||
([\#1876](https://github.com/cosmos/interchain-security/pull/1876)) |
2 changes: 2 additions & 0 deletions
2
...log/v4.2.0/features/provider/1587-enable-opt-in-chains-through-gov-proposals.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 @@ | ||
- Enable Opt In and Top N chains through gov proposals. | ||
([\#1587](https://github.com/cosmos/interchain-security/pull/1587)) |
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 @@ | ||
- Adding the Partial Set Security (PSS) feature cf. [ADR 015](https://cosmos.github.io/interchain-security/adrs/adr-015-partial-set-security). | ||
PSS enables consumer chains to join ICS as _Top N_ or _Opt In_ chains and enables validators to opt to validate the consumer chains they want. | ||
([\#1809](https://github.com/cosmos/interchain-security/pull/1809)) |
2 changes: 2 additions & 0 deletions
2
.changelog/v4.2.0/features/provider/1830-introduce-power-shaping.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 @@ | ||
- Introduce power-shaping features for consumer chains. The features: (i) allow us to cap the total number of validators that can validate the consumer chain, (ii) set a cap on the maximum voting power (percentage-wise) a validator can have on a consumer chain, and (iii) introduce allowlist and denylists to restrict which validators are allowed or not to validate a consumer chain. | ||
([\#1830](https://github.com/cosmos/interchain-security/pull/1830)) |
2 changes: 2 additions & 0 deletions
2
....2.0/features/provider/1863-add-minimum-power-in-topN-to-consumer-chain-list.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 @@ | ||
- Changes the `list-consumer-chains` query to include a `min_power_in_top_N` field, as well as fields for all power shaping parameters of the consumer. | ||
([\#1863](https://github.com/cosmos/interchain-security/pull/1863)) |
2 changes: 2 additions & 0 deletions
2
...og/v4.2.0/features/provider/1867-add-query-for-latest-consumer-validator-set.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 @@ | ||
- Introduces the `consumer-validators` query to retrieve the latest set consumer-validator set for a consumer chain. | ||
([\#1863](https://github.com/cosmos/interchain-security/pull/1867)) |
2 changes: 2 additions & 0 deletions
2
....2.0/state-breaking/provider/1587-enable-opt-in-chains-through-gov-proposals.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 @@ | ||
- Enable Opt In and Top N chains through gov proposals. | ||
([\#1587](https://github.com/cosmos/interchain-security/pull/1587)) |
2 changes: 2 additions & 0 deletions
2
...gelog/v4.2.0/state-breaking/provider/1732-assigning-already-assigned-key-fix.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 @@ | ||
- Assigning a key that is already assigned by the same validator will now be a no-op instead of throwing an error. | ||
([\#1732](https://github.com/cosmos/interchain-security/pull/1732)) |
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 @@ | ||
- Adding the Partial Set Security feature cf. [ADR 015](https://cosmos.github.io/interchain-security/adrs/adr-015-partial-set-security). | ||
([\#1809](https://github.com/cosmos/interchain-security/pull/1809)) |
2 changes: 2 additions & 0 deletions
2
.changelog/v4.2.0/state-breaking/provider/1830-introduce-power-shaping.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 @@ | ||
- Introduce power-shaping features for consumer chains. The features: (i) allow us to cap the total number of validators that can validate the consumer chain, (ii) set a cap on the maximum voting power (percentage-wise) a validator can have on a consumer chain, and (iii) introduce allowlist and denylists to restrict which validators are allowed or not to validate a consumer chain. | ||
([\#1830](https://github.com/cosmos/interchain-security/pull/1830)) |
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 @@ | ||
May 17, 2024 |
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,41 @@ | ||
language: "en" | ||
early_access: false | ||
reviews: | ||
request_changes_workflow: false | ||
high_level_summary: true | ||
poem: false | ||
review_status: false | ||
collapse_walkthrough: true | ||
path_filters: | ||
- "!api/" | ||
- "!docs/" | ||
path_instructions: | ||
- path: "**/*.go" | ||
instructions: "Review the Golang code for conformity with the Uber Golang style guide, highlighting any deviations." | ||
- path: "tests/e2e/*" | ||
instructions: | | ||
"Assess the e2e test code assessing sufficient code coverage for the changes associated in the pull request" | ||
- path: "tests/integration/*" | ||
instructions: | | ||
"Assess the e2e test code assessing sufficient code coverage for the changes associated in the pull request" | ||
- path: "**/*_test.go" | ||
instructions: | | ||
"Assess the unit test code assessing sufficient code coverage for the changes associated in the pull request" | ||
- path: "**/*.md" | ||
instructions: | | ||
"Assess the documentation for misspellings, grammatical errors, missing documentation and correctness. Please DO NOT report any missing or superfluous newlines, in particular at the end or beginning of files." | ||
- path: ".changelog/*" | ||
instructions: | | ||
"Assess the changes in the changelog for correctness and completeness, particularly flagging missing changes" | ||
auto_review: | ||
enabled: true | ||
ignore_title_keywords: | ||
- "WIP" | ||
- "DO NOT MERGE" | ||
drafts: false | ||
base_branches: | ||
- "main" | ||
- "feat/*" | ||
- "release/*" | ||
chat: | ||
auto_reply: true |
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,5 @@ | ||
clienta | ||
connectiona | ||
sover | ||
optin | ||
opt-in |
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
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
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
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
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
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
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
Oops, something went wrong.