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
primarily cli
cli
We should be able to send transactions from the relayer CLI for MsgChannelOpenInit:
MsgChannelOpenInit
https://github.com/informalsystems/ibc-rs/blob/12cb1d6187e878eee0e40295fe0b804ddef0b846/modules/src/ics04_channel/msgs.rs#L16-L21
The following CLIs should be implemented by the relayer:
relayer tx raw chan-open-init <to-chain-A> <port-id> <channel-id>
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Crate
primarily
cli
Summary
We should be able to send transactions from the relayer CLI for
MsgChannelOpenInit
:https://github.com/informalsystems/ibc-rs/blob/12cb1d6187e878eee0e40295fe0b804ddef0b846/modules/src/ics04_channel/msgs.rs#L16-L21
Proposal
The following CLIs should be implemented by the relayer:
relayer tx raw chan-open-init <to-chain-A> <port-id> <channel-id>
For Admin Use
The text was updated successfully, but these errors were encountered: