Closed Lockwarr closed 4 weeks ago
Check logs in the relayer when opening an interchain-account, see for logs like expeted state INIT, got OPEN or similar. See if this is something that can be improved by modifying the forked modules or rather it is directly ibc-go related
expeted state INIT, got OPEN
It's channel semantics from ibc-go.
The most likely explanation for this log is that a different relayer has already handled the package and thus we see the log in our relayer
Check logs in the relayer when opening an interchain-account, see for logs like
expeted state INIT, got OPEN
or similar. See if this is something that can be improved by modifying the forked modules or rather it is directly ibc-go related