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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: