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
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
add isChannelActive method in order to check if the partner chain is active or not. This is necessary to check if the cross chain transaction is possible or not in the verify step of a command.
The specification is defined in this PR
Actual behavior
Without this method, it is not possible to check the state of the channel from other module
Steps to reproduce
N/A
Which version(s) does this affect? (Environment, OS, etc...)
6.0.0-beta.2-
The text was updated successfully, but these errors were encountered:
Expected behavior
add
isChannelActive
method in order to check if the partner chain is active or not. This is necessary to check if the cross chain transaction is possible or not in the verify step of a command.The specification is defined in this PR
Actual behavior
Without this method, it is not possible to check the state of the channel from other module
Steps to reproduce
N/A
Which version(s) does this affect? (Environment, OS, etc...)
6.0.0-beta.2-
The text was updated successfully, but these errors were encountered: