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
We currently allow the relayer not to send a ClientState in MsgConnectionOpenTry and MsgConnectionOpenAck, and the handler can potentially succeed. This is incorrect. See ibc-go and the standard for OpenTry (analogous for OpenAck).
Summary of Bug
We currently allow the relayer not to send a
ClientState
inMsgConnectionOpenTry
andMsgConnectionOpenAck
, and the handler can potentially succeed. This is incorrect. See ibc-go and the standard forOpenTry
(analogous forOpenAck
).Related: #15
For Admin Use
The text was updated successfully, but these errors were encountered: