We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tendermint Core 0.34 introduces the following new kind of evidence of Byzantine behavior:
LIGHT_CLIENT_ATTACK
It should most likely be handled in a similar way as double signing evidence (DUPLICATE_VOTE), but with their own slashing penalty.
DUPLICATE_VOTE
The text was updated successfully, but these errors were encountered:
Also see discussion in cosmos/cosmos-sdk#7190 (comment).
Sorry, something went wrong.
kostko
Successfully merging a pull request may close this issue.
Tendermint Core 0.34 introduces the following new kind of evidence of Byzantine behavior:
LIGHT_CLIENT_ATTACK
It should most likely be handled in a similar way as double signing evidence (
DUPLICATE_VOTE
), but with their own slashing penalty.The text was updated successfully, but these errors were encountered: