-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: Customizable Slashing and Jailing (#2403)
* Customizable Slashing and Jailing * additional tests * relay test fixes * integration tests fix * migrations * slash with right params * comment fix * docs * Revert "migrations" This reverts commit f1e7c6a. * cr fix * updrade.md update * cr fix * Update testing documentation * update changelog entries --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: mpoke <[email protected]>
- Loading branch information
1 parent
331c1c9
commit 01f9698
Showing
37 changed files
with
2,258 additions
and
532 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
.changelog/unreleased/features/2403-customizable-slashing-jailing.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,5 @@ | ||
- `[x/provider]` Enable the customization of the slashing and jailing conditions | ||
for infractions committed by validators on consumer chains (as per | ||
[ADR 020](https://cosmos.github.io/interchain-security/adrs/adr-020-cutomizable_slashing_and_jailing)). | ||
Every consumer chain can decide the punishment for every type of infraction. | ||
([\#2403](https://github.com/cosmos/interchain-security/pull/2403)) |
5 changes: 5 additions & 0 deletions
5
.changelog/unreleased/state-breaking/2403-customizable-slashing-jailing.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,5 @@ | ||
- `[x/provider]` Enable the customization of the slashing and jailing conditions | ||
for infractions committed by validators on consumer chains (as per | ||
[ADR 020](https://cosmos.github.io/interchain-security/adrs/adr-020-cutomizable_slashing_and_jailing)). | ||
Every consumer chain can decide the punishment for every type of infraction. | ||
([\#2403](https://github.com/cosmos/interchain-security/pull/2403)) |
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
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.