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
The channel State enum should be extended to include the new upgrade state values.
Add the following values to the channel State enum protobuf definition:
STATE_UPGRADE_INIT
STATE_UPGRADE_TRY
The chain that is proposing the upgrade should set the channel state from OPEN to UPGRADE_INIT.
The counterparty chain that accepts the upgrade should set the channel state from OPEN to UPGRADE_TRY
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged/assigned
The text was updated successfully, but these errors were encountered:
Summary
The channel
State
enum should be extended to include the new upgrade state values.Add the following values to the channel
State
enum protobuf definition:STATE_UPGRADE_INIT
STATE_UPGRADE_TRY
The chain that is proposing the upgrade should set the channel state from
OPEN
toUPGRADE_INIT
.The counterparty chain that accepts the upgrade should set the channel state from
OPEN
toUPGRADE_TRY
For Admin Use
The text was updated successfully, but these errors were encountered: