This flag, when set to true, will allow governance to recover a client which has expired
This flag, when set to true, will allow governance to unfreeze a client whose chain has experienced a misbehaviour event
Block height when the client was frozen due to a misbehaviour
Latest height the client was updated to
defines how much new (untrusted) header's Time can drift into the future.
Proof specifications used in verifying counterparty state
duration of the period since the LastestTimestamp during which the submitted headers are valid for upgrade
duration of the staking unbonding period
Path at which next upgraded client will be committed.
Each element corresponds to the key for a single CommitmentProof in the
chained proof. NOTE: ClientState must stored under
{upgradePath}/{upgradeHeight}/clientState
ConsensusState must be stored
under {upgradepath}/{upgradeHeight}/consensusState
For SDK chains using
the default upgrade module, upgrade_path should be []string{"upgrade",
"upgradedIBCState"}`
ClientState from Tendermint tracks the current validator set, latest height, and a possible frozen height.