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
Design a middleware that allows us to extend IBC transfers with the extra metadata needed for crosschain swaps:
Tokens to swap into
Callback?
On receiving the metadata, the middleware would then call a function to make the swap and transfer the seapped tokens back to the caller (or alternatively another address or contract if a callback is specified)
If possible it should be designed in generic way so that it can be upstreamed to ibc-go.
The text was updated successfully, but these errors were encountered:
nicolaslara
changed the title
CrossChainSwaps: Prototype a solution that can be released without upstream changes
CrossChainSwaps: Add a middleware to handle IBC metadata for the swap
Sep 12, 2022
Design a middleware that allows us to extend IBC transfers with the extra metadata needed for crosschain swaps:
On receiving the metadata, the middleware would then call a function to make the swap and transfer the seapped tokens back to the caller (or alternatively another address or contract if a callback is specified)
If possible it should be designed in generic way so that it can be upstreamed to ibc-go.
The text was updated successfully, but these errors were encountered: