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
core IBC allows packets to be sent optimistically. That is, a packet can be send on a connection and channel in INIT. ics27 currently disallows this since an active channel needs to be created (requiring ACK handshake step). I think this is the correct decision for v1 of interchain accounts (potentially an optional feature later). We should add a test which verifies this. That what if we modify the ics27 implementation to remove the notion of active channels, we will be forced to revisit this discussion and come to an explicit decision instead of accidentally allowing optimistic sends due to oversight
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged/assigned
The text was updated successfully, but these errors were encountered:
Summary
core IBC allows packets to be sent optimistically. That is, a packet can be send on a connection and channel in INIT. ics27 currently disallows this since an active channel needs to be created (requiring ACK handshake step). I think this is the correct decision for v1 of interchain accounts (potentially an optional feature later). We should add a test which verifies this. That what if we modify the ics27 implementation to remove the notion of active channels, we will be forced to revisit this discussion and come to an explicit decision instead of accidentally allowing optimistic sends due to oversight
For Admin Use
The text was updated successfully, but these errors were encountered: