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
Properly encode LightClientAttackEvidence variant of Evidence messages with data provided by the client.
Currently the Evidence domain type lacks required data in its LightClientAttackEvidence variant.
A LightClientAttackEvidence struct and a Evidence::LightClientAttack variant carrying it is provided in tendermint, with encoding support from/to the protobuf LightClientAttackEvidence message and serde implementations for RPC.
The supervisor code in tendermint-light-client is changed to report LightClientAttackEvidence data upon detecting a fork.
The text was updated successfully, but these errors were encountered:
Description
Properly encode
LightClientAttackEvidence
variant ofEvidence
messages with data provided by the client.Currently the
Evidence
domain type lacks required data in itsLightClientAttackEvidence
variant.Required by informalsystems/hermes#2772
Definition of "done"
LightClientAttackEvidence
struct and aEvidence::LightClientAttack
variant carrying it is provided intendermint
, with encoding support from/to the protobufLightClientAttackEvidence
message and serde implementations for RPC.tendermint-light-client
is changed to reportLightClientAttackEvidence
data upon detecting a fork.The text was updated successfully, but these errors were encountered: