We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We should be able to send transactions from the relayer CLI for all IBC client related messages.
The following CLIs should be implemented by the relayer:
relayer tx raw create-client <to-chain-B> <chain-A> <client-id-A>
chain-A
client-id-A
to-chain-B
header_A
MsgCreateClient
chain-B
client_id = client-id-A, header=header_A, trusting_period: get_trusting_period(chain-A), bonding_period: get_bonding_period(chain-A), signer: get_account(chain-B),
relayer tx raw update-client <to-chain-B> <chain-A> <client-id-A> -h <A-height>
The text was updated successfully, but these errors were encountered:
update-client still needs to be implemented.
update-client
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Summary
We should be able to send transactions from the relayer CLI for all IBC client related messages.
Proposal
The following CLIs should be implemented by the relayer:
relayer tx raw create-client <to-chain-B> <chain-A> <client-id-A>
chain-A
, with idclient-id-A
, on chainto-chain-B
:chain-A
to retrieve latest headerheader_A
MsgCreateClient
tochain-B
with:relayer tx raw update-client <to-chain-B> <chain-A> <client-id-A> -h <A-height>
This sub-issue was moved here: Relayer CLIs for client update message #277
For Admin Use
The text was updated successfully, but these errors were encountered: