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
In detect_misbehavior, hermes is fetching trusted_validator_set at trusted_height not trusted_height+1 and check this result with trusted_validator_set in update_client ibc events.
The text was updated successfully, but these errors were encountered:
beer-1
changed the title
Question about trusted_validator in detect_misbehaviour
Question about trusted_validator_set in detect_misbehaviourNov 16, 2023
beer-1
changed the title
Question about trusted_validator_set in detect_misbehaviour
Question about trusted_validator_set in detect_misbehaviorNov 16, 2023
In
detect_misbehavior
, hermes is fetchingtrusted_validator_set
attrusted_height
nottrusted_height+1
and check this result withtrusted_validator_set
inupdate_client
ibc events.hermes/crates/relayer/src/light_client/tendermint.rs
Lines 176 to 185 in 9e1b91b
But when hermes makes
MsgUpdateClient
, it is always fetchingtrusted_validator_set
attrusted_height+1
like following. (see line 369, 388 and 401)hermes/crates/relayer/src/light_client/tendermint.rs
Lines 369 to 414 in 9e1b91b
Is it intended or bug?
The text was updated successfully, but these errors were encountered: