Connection Id | -Status | -
---|---|
- |
-
-
-
- {{ String(v.state).replace("STATE_", "") }}
-
- |
-
Trust Parameters | +|||
update after expiry: | -{{ clientState.client_state?.allow_update_after_expiry }} | -||
allow_update_after_misbehaviour: | -- {{ clientState.client_state?.allow_update_after_misbehaviour }} - | -||
trust_level: | +trust level: | {{ clientState.client_state?.trust_level?.numerator }}/{{ clientState.client_state?.trust_level?.denominator @@ -100,35 +111,53 @@ function color(v: string) { | |
trusting_period: | -{{ clientState.client_state?.trusting_period }} | +trusting period: | +{{ formatSeconds(clientState.client_state?.trusting_period) }} |
unbonding_period: | -{{ clientState.client_state?.unbonding_period }} | +unbonding period: | +{{ formatSeconds(clientState.client_state?.unbonding_period) }} |
frozen_height: | +max clock drift: | +{{ formatSeconds(clientState.client_state?.max_clock_drift) }} | +|
frozen height: | {{ clientState.client_state?.frozen_height }} | ||
latest_height: | +latest height: | {{ clientState.client_state?.latest_height }} | |
type: | -{{ clientState.client_state?.['@type'] }} | -||
upgrade_path: | -{{ clientState.client_state?.upgrade_path }} | -||
max_clock_drift: | -{{ clientState.client_state?.max_clock_drift }} | -
Upgrade Parameters | +|
+ allow update after expiry: {{
+ clientState.client_state?.allow_update_after_expiry }}
+ |
+ |
+ allow update after misbehaviour: {{
+ clientState.client_state?.allow_update_after_misbehaviour }}
+ |
+ |
upgrade path: | +{{ clientState.client_state?.upgrade_path.join(', ') }} | +
Txs | Channel Id | Port Id | +State | Counterparty | Hops | Version | Ordering | -State | |||
---|---|---|---|---|---|---|---|---|---|---|---|
+
+
+
+
+ |
{{ v.channel_id }} | {{ v.port_id }} | -- {{ v.counterparty?.port_id }}/{{ v.counterparty?.channel_id }} - | -{{ v.connection_hops.join(', ') }} | -{{ v.version }} | -{{ v.ordering }} |
{{ v.state }}
|
+ + {{ v.counterparty?.port_id }}/{{ v.counterparty?.channel_id }} + | +{{ v.connection_hops.join(', ') }} | +{{ v.version }} | +{{ v.ordering }} |