-
Notifications
You must be signed in to change notification settings - Fork 138
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 marius/remove-vscmatured-packets
- Loading branch information
Showing
55 changed files
with
2,727 additions
and
1,395 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/bug-fixes/2373-consumer-backward-compatibility.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]` Updated `genesis transform` CLI to transform `consumer-genesis` content exported by v6.2 providers for consumer chains at version v5. Removed transformation for older consumer versions. | ||
([\#2373](https://github.com/cosmos/interchain-security/pull/2373)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/bug-fixes/2377-fix-list-consumer-chains-pagination.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]` Fixed pagination in the list consumer chains query. | ||
([\#2377](https://github.com/cosmos/interchain-security/pull/2377)) |
3 changes: 3 additions & 0 deletions
3
.changelog/unreleased/features/2366-add-genesis-time-query.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]` Add query for consumer genesis time, | ||
which corresponds to creation time of consumer clients. | ||
([\#2366](https://github.com/cosmos/interchain-security/pull/2366)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/features/2378-allow-chain-id-updates.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 @@ | ||
- Allow the chain id of a consumer chain to be updated before the chain | ||
launches. ([\#2378](https://github.com/cosmos/interchain-security/pull/2378)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/features/provider/2101-introduce-priority-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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Allow consumer chains to specify a list of priority validators that are included in the validator set before other validators are considered | ||
([\#2101](https://github.com/cosmos/interchain-security/pull/2101)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/state-breaking/2101-introduce-priority-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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Allow consumer chains to specify a list of priority validators that are included in the validator set before other validators are considered | ||
([\#2101](https://github.com/cosmos/interchain-security/pull/2101)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/state-breaking/2378-allow-chain-id-updates.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 @@ | ||
- Allow the chain id of a consumer chain to be updated before the chain | ||
launches. ([\#2378](https://github.com/cosmos/interchain-security/pull/2378)) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ jobs: | |
**/go.sum | ||
**/Makefile | ||
Makefile | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].2 | ||
with: | ||
path: | | ||
~/.cache/go-build | ||
|
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.