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 MsgChannelOpenTry:
MsgChannelOpenTry
https://github.com/informalsystems/ibc-rs/blob/12cb1d6187e878eee0e40295fe0b804ddef0b846/modules/src/ics04_channel/msgs.rs#L158-L164
The following CLIs should be implemented by the relayer:
relayer tx raw chan-open-ack <to-chain-A> <port-id> <channel-id>
The text was updated successfully, but these errors were encountered:
Believe this is closed by #403
Sorry, something went wrong.
No branches or pull requests
Crate
primarily
cli
Summary
We should be able to send transactions from the relayer CLI for
MsgChannelOpenTry
:https://github.com/informalsystems/ibc-rs/blob/12cb1d6187e878eee0e40295fe0b804ddef0b846/modules/src/ics04_channel/msgs.rs#L158-L164
Proposal
The following CLIs should be implemented by the relayer:
relayer tx raw chan-open-ack <to-chain-A> <port-id> <channel-id>
For Admin Use
The text was updated successfully, but these errors were encountered: