-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
133 changed files
with
9,094 additions
and
2,597 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
2 changes: 2 additions & 0 deletions
2
...reaking/provider/1340-add-cryptographic-verification-of-equivocation-feature.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 @@ | ||
- Deprecate equivocation proposals. | ||
([\#1340](https://github.com/cosmos/interchain-security/pull/1340)) |
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 @@ | ||
- Improve validation of IBC packet data and provider messages. Also, | ||
enable the provider to validate consumer packets before handling them. | ||
([\#1460](https://github.com/cosmos/interchain-security/pull/1460)) |
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.3.1](https://github.com/cosmos/ibc-go/releases/tag/v7.3.1). | ||
([\#1373](https://github.com/cosmos/interchain-security/pull/1373)) |
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 @@ | ||
- Add Quint model of Replicated Security. | ||
([\#1336](https://github.com/cosmos/interchain-security/pull/1336)) |
3 changes: 3 additions & 0 deletions
3
.changelog/unreleased/features/provider/1339-check-key-assignment-in-use.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 @@ | ||
- Update how consumer-assigned keys are checked when a validator is | ||
created on the provider. | ||
([\#1339](https://github.com/cosmos/interchain-security/pull/1339)) |
4 changes: 4 additions & 0 deletions
4
.changelog/unreleased/features/provider/1340-cryptographic-equivocation-feature.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,4 @@ | ||
- Introduce the cryptographic verification of equivocation feature to the provider | ||
(cf. [ADR-005](/docs/docs/adrs/adr-005-cryptographic-equivocation-verification.md) | ||
& [ADR-013](/docs/docs/adrs/adr-013-equivocation-slashing.md)). | ||
([\#1340](https://github.com/cosmos/interchain-security/pull/1340)) |
16 changes: 16 additions & 0 deletions
16
.changelog/unreleased/improvements/1324-consumer-genesis.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,16 @@ | ||
- Split out consumer genesis state to reduce shared data between provider and | ||
consumer. ([\#1324](https://github.com/cosmos/interchain-security/pull/1324)) | ||
- Note: This breaks json format used by augmenting Genesis files of consumer | ||
chains with consumer genesis content exported from provider chain. Consumer | ||
Genesis content exported from a provider chain using major version 1, 2 or 3 | ||
of the provider module needs to be transformed with the transformation command | ||
introduced by this PR: | ||
``` | ||
Transform the consumer genesis file from a provider version v1, v2 or v3 to a version supported by this consumer. Result is printed to STDOUT. | ||
Example: | ||
$ <appd> transform /path/to/ccv_consumer_genesis.json | ||
Usage: | ||
interchain-security-cd genesis transform [genesis-file] [flags] | ||
``` |
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 @@ | ||
- Refactor shared events, codecs and errors assign to | ||
consumer and provider dedicated types where possible. | ||
([\#1350](https://github.com/cosmos/interchain-security/pull/1350)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/state-breaking/1324-consumer-genesis.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 @@ | ||
- Split out consumer genesis state to reduce shared data between provider and | ||
consumer. ([\#1324](https://github.com/cosmos/interchain-security/pull/1324)) |
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 @@ | ||
- Improve validation of IBC packet data and provider messages. Also, | ||
enable the provider to validate consumer packets before handling them. | ||
([\#1460](https://github.com/cosmos/interchain-security/pull/1460)) |
3 changes: 3 additions & 0 deletions
3
.changelog/unreleased/state-breaking/provider/1339-check-key-assignment-in-use.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 @@ | ||
- Change the states by adding a consumer key for each chain that is | ||
not yet registered meaning for which the gov proposal has not passed. | ||
([\#1339](https://github.com/cosmos/interchain-security/pull/1339)) |
4 changes: 4 additions & 0 deletions
4
...g/unreleased/state-breaking/provider/1340-cryptographic-equivocation-feature.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,4 @@ | ||
- Introduce the cryptographic verification of equivocation feature to the provider | ||
(cf. [ADR-005](/docs/docs/adrs/adr-005-cryptographic-equivocation-verification.md) | ||
& [ADR-013](/docs/docs/adrs/adr-013-equivocation-slashing.md)). | ||
([\#1340](https://github.com/cosmos/interchain-security/pull/1340)) |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -9,7 +9,7 @@ on: | |
- main | ||
- feat/* | ||
jobs: | ||
tests: | ||
Gosec: | ||
runs-on: ubuntu-latest | ||
env: | ||
GO111MODULE: on | ||
|
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.