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
Currently, we face a issue that if the swap method trigger timeout, we IBC transfer will handle the timeout logic. It mean feeabs will not recognize it.
The text was updated successfully, but these errors were encountered:
So if change to use ibc middleware, we must handle All Ibc packet because they use same connection (transfer) which is not gonna work because these 2 ibc msg must be in different connection (swap work via transfer but query spot price not)
=> I think we must separate these 2 msg to 2 different module
So if change to use ibc middleware, we must handle All Ibc packet because they use same connection (transfer) which is not gonna work because these 2 ibc msg must be in different connection (swap work via transfer but query spot price not) => I think we must separate these 2 msg to 2 different module
Oh, I think we still can use these 2 msg in the same module :3
Currently, we face a issue that if the swap method trigger timeout, we IBC transfer will handle the timeout logic. It mean feeabs will not recognize it.
The text was updated successfully, but these errors were encountered: