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 upgrade cancellation rpc to 04-channel protobuf Msg service #1623

Closed
4 of 7 tasks
damiannolan opened this issue Jun 30, 2022 · 0 comments
Closed
4 of 7 tasks

Add upgrade cancellation rpc to 04-channel protobuf Msg service #1623

damiannolan opened this issue Jun 30, 2022 · 0 comments
Assignees

Comments

@damiannolan
Copy link
Member

damiannolan commented Jun 30, 2022

Summary

During the upgrade handshake a chain may cancel the upgrade by writing an error receipt into the error path and restoring the original channel to OPEN. The counterparty must then restore its channel to OPEN as well. A relayer can facilitate this by sending ChanUpgradeCancelMsg to the handler:

rpc ChannelUpgradeCancel(MsgChannelUpgradeCancel) returns (MsgChannelUpgradeCancelResponse);

Implement the ChannelUpgradeCancel functionality as defined in ICS004 - Upgrade Handshake:


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged/assigned
@damiannolan damiannolan added this to the 04-channel upgrades alpha milestone Jun 30, 2022
@damiannolan damiannolan self-assigned this Jun 30, 2022
@damiannolan damiannolan mentioned this issue Jun 30, 2022
10 tasks
@crodriguezvega crodriguezvega moved this to Backlog in ibc-go Jun 30, 2022
@crodriguezvega crodriguezvega moved this from Backlog to Todo in ibc-go Sep 22, 2022
@crodriguezvega crodriguezvega moved this to Todo in ibc-go Nov 1, 2022
@damiannolan damiannolan moved this from Todo to In progress in ibc-go Mar 29, 2023
@damiannolan damiannolan moved this from In progress to On hold in ibc-go Apr 11, 2023
@colin-axner colin-axner moved this from On hold to In progress in ibc-go Jun 19, 2023
@github-project-automation github-project-automation bot moved this from In progress to Done in ibc-go Jun 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

1 participant