Submit the light client attack evidence to the reference chain #2772
Closed
1 of 6 tasks
Labels
I: dependencies
Internal: related to dependencies
O: security
Objective: cause to enhance security and improve safety
Milestone
Summary
(cc: @mzabaluev)
When enabled for misbehaviour, hermes monitors on-chain client updates and verifies the submitted headers comparing with headers it retrieves from its RPC node. If it detects conflicting headers, it submits the
MisbehaviourMsg
to the chain hosting the IBC client.In addition, hermes should submit the evidence to the reference chain.
Problem Definition
The reference chain does not receive the evidence.
Proposal
Submit
LightClientAttackEvidence
evidence from the reference chain runtime when runningcheck_misbehaviour
.Note: we need to wait for the implementation of
LightClientAttackEvidence
in tendermint-rs.Acceptance Criteria
For Admin Use
The text was updated successfully, but these errors were encountered: