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
mostly relayer and relayer-cli, but may cross into modules also
Problem Definition
Implement support for command:
relayer tx raw conn-try <to-chain-B> <remote-chain-A> <conn-id-on-A>
sends request to local client for chain-A to retrieve latest header header_A with height ha
makes the following queries to chain-A at height ha-1:
- the connection with id conn-id-on-A with proof, stores results in connection and init_proof
- the state of client with id connection.client_id and retrieves the height of last consensus state, last_cs_height
- the consensus state for client with id connection.client_id and height last_cs_height with proof, consensus_proof
Crate
mostly
relayer
andrelayer-cli
, but may cross intomodules
alsoProblem Definition
Implement support for command:
relayer tx raw conn-try <to-chain-B> <remote-chain-A> <conn-id-on-A>
chain-A
to retrieve latest headerheader_A
with heightha
chain-A
at heightha-1
:- the connection with id
conn-id-on-A
with proof, stores results inconnection
andinit_proof
- the state of client with id
connection.client_id
and retrieves the height of last consensus state,last_cs_height
- the consensus state for client with id
connection.client_id
and heightlast_cs_height
with proof,consensus_proof
MsgUpdateState
tochain-B
with:MsgConnectionOpenTry
tochain-B
withNote:
get_...
are functions that retrieve information from the relayer configuration.For Admin Use
The text was updated successfully, but these errors were encountered: