You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Summary
Implement the
ChannelUpgradeCancel
functionality as defined in ICS004 - Upgrade Handshake:ChannelUpgradeCancel
functionality to IBC coreMsg
server implementation ImplementMsgChannelUpgradeCancel
handler for core IBC msg server #3754ChanUpgradeCancel
to04-channel
keeper ImplementChanUpgradeCancel
handler for 04-channel keeper #3753WriteUpgradeCancelChannel
#3752endpoint.ChanUpgradeCancel
#3755For Admin Use
The text was updated successfully, but these errors were encountered: