You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A malicious consumer could send SlashPackets without validators actually misbehaving. This would be solve by having some type of provable evidence sent to the provider chain. This will be implemented as part of the https://github.com/cosmos/interchain-security/milestone/4 milestone.
In the meantime, the provider should only jail once (not slash) validators for downtime infractions. This requires the following changes:
provider drops SlashPackets that are not for downtime
provider doesn't call Slash or JailUntil
provider logs SlashPackets for double signing
Closing criteria
Consumer initiated slashing is disabled.
TODOs
Labels have been added for issue
Issue has been added to the ICS project
The text was updated successfully, but these errors were encountered:
Problem
A malicious consumer could send SlashPackets without validators actually misbehaving. This would be solve by having some type of provable evidence sent to the provider chain. This will be implemented as part of the https://github.com/cosmos/interchain-security/milestone/4 milestone.
In the meantime, the provider should only jail once (not slash) validators for downtime infractions. This requires the following changes:
or JailUntilClosing criteria
Consumer initiated slashing is disabled.
TODOs
The text was updated successfully, but these errors were encountered: