Skip to content
New issue

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

Add LightClientAttackEvidence to CometMock #34

Closed
p-offtermatt opened this issue Aug 21, 2023 · 0 comments
Closed

Add LightClientAttackEvidence to CometMock #34

p-offtermatt opened this issue Aug 21, 2023 · 0 comments
Assignees
Labels
prio:couldhave For medium priority issues that would be nice to have, but we can live without them.

Comments

@p-offtermatt
Copy link
Member

Is your feature request related to a problem? Please describe.
CometMock already supports causing DoubleSignEvidence.
There is, however, another type of evidence that we'd sometimes like to cause, namely
LightClientAttackEvidence, see https://github.com/tendermint/spec/blob/master/spec/abci/abci.md#evidencetype

Describe the solution you'd like
There are additional rpc endpoints that allow causing LightClientAttackEvidence to be entered on-chain and given to the app.
Since LightClientAttackEvidence can encompass different types of Attacks (equivocation, amnesia) these should either be separate endpoints, or an argument for the same endpoint.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
prio:couldhave For medium priority issues that would be nice to have, but we can live without them.
Projects
None yet
Development

No branches or pull requests

1 participant