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
relayer tx raw update-client <to-chain-B> <chain-A> <client-id-A> -h <A-height>
updates the client of chain-A with id client-id-A installed on chain to-chain-B with the header/consensus state at height A-height
- Note: if -h is not specified, or 0, the latest header from local light client for chain-A should be used
detailed:
- sends request to local relayer light client for chain-A to retrieve header header_A for A-height or latest
- sends a MsgUpdateClient to chain-B with:
Summary
Implement the command:
relayer tx raw update-client <to-chain-B> <chain-A> <client-id-A> -h <A-height>
chain-A
with idclient-id-A
installed on chainto-chain-B
with the header/consensus state at heightA-height
- Note: if
-h
is not specified, or0
, the latest header from local light client forchain-A
should be used- sends request to local relayer light client for
chain-A
to retrieve headerheader_A
forA-height
or latest- sends a
MsgUpdateClient
tochain-B
with:For Admin Use
The text was updated successfully, but these errors were encountered: