Skip to content
New issue

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

Add support for multiple connection hops in tx chan-open-try #3987

Open
2 of 10 tasks
Tracked by #3940 ...
romac opened this issue May 14, 2024 · 0 comments
Open
2 of 10 tasks
Tracked by #3940 ...

Add support for multiple connection hops in tx chan-open-try #3987

romac opened this issue May 14, 2024 · 0 comments
Assignees
Labels
O: multi-hop Related to ICS 033 Multi-Hop Channel

Comments

@romac
Copy link
Member

romac commented May 14, 2024

Part of: #3940

Summary

tx chan-open-try

  • Replace call to tx_chan_cmd! macro with an inline function on TxChanOpenTryCmd
  • In the run() function for TxChanOpenTryCmd, build the reverse channel path, from --dst-chain to --src-chain, by leveraging information available on the existing ChannelEnd that was opened with tx chan-open-init
  • Add support for connection hops to Channel::build_chan_open_try_and_send
    • Build multi-hop channel proofs

Tests

  • Write integration test for single hop channel

For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate milestone (priority) applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
@romac romac added the O: multi-hop Related to ICS 033 Multi-Hop Channel label May 14, 2024
@romac romac changed the title support for multiple connection hops in tx chan-open-try Add support for multiple connection hops in tx chan-open-try May 14, 2024
@romac romac mentioned this issue May 14, 2024
33 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
O: multi-hop Related to ICS 033 Multi-Hop Channel
Projects
Status: 🩹 Triage
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants