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
If to allow getting next sequence query handling for UNORDERED channels it will simplify correlation of message sent with IBC timeouts/ack callbacks for various forms of handling.
Proposal
Remove check of UNORDERED
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged/assigned
The text was updated successfully, but these errors were encountered:
Summary
Query/NextSequenceSend
to return real packet sequence for UNORDERED channels instead of zero.Problem Definition
Handler of
Query/NextSequenceSend
has next code:returning zero for request.
But
GetNextSequenceSend
works for UNORDERED for sure. Because it is used in ICS-20 transfer application, here is transfer send methodIf to allow getting next sequence query handling for UNORDERED channels it will simplify correlation of message sent with IBC timeouts/ack callbacks for various forms of handling.
Proposal
Remove check of UNORDERED
For Admin Use
The text was updated successfully, but these errors were encountered: