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 the command:
relayer tx raw conn-ack <to-chain-A> <remote-chain-B> <conn-id-on-B>
sends request to local client for chain-B to retrieve latest header header_B with height hb
makes the following queries to chain-B at height hb-1:
- the connection with id conn-id-on-B with proof, stores results in connection and try_proof
- the state of client with id client-A-on-B and retrieves the height of last consensus state, last_cs_height
- the consensus state for client with id client-A-on-B and height last_cs_height with proof, consensus_proof
Crate
mostly
relayer
andrelayer-cli
, but may cross intomodules
alsoProblem Definition
Implement support for the command:
relayer tx raw conn-ack <to-chain-A> <remote-chain-B> <conn-id-on-B>
chain-B
to retrieve latest headerheader_B
with heighthb
chain-B
at heighthb-1
:- the connection with id
conn-id-on-B
with proof, stores results inconnection
andtry_proof
- the state of client with id
client-A-on-B
and retrieves the height of last consensus state,last_cs_height
- the consensus state for client with id
client-A-on-B
and heightlast_cs_height
with proof,consensus_proof
MsgUpdateState
tochain-A
with:MsgConnectionOpenAck
tochain-B
with:Note:
get_...
are functions that retrieve information from the relayer configuration.For Admin Use
The text was updated successfully, but these errors were encountered: