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
Issue
Since the ASA-to-ASA swap requires the offered ASA to be deposited in the Swapper Contract, there is a limitation for those users willing to concurrently swap a card for different possible requested cards.
Example
Let's say a user offers card A accepting either cards B, C or D as possible requested ASA. Since user has just 1 card A is not possible to open multiple requests for card B, C or D at the same time, since the user can only deposit A in one Swapper Contract at time.
Proposal
Adding an Or condition on requested ASA, so that the Swapper Contract could approve concurrent swaps with B, C or D at the same time, in the same Swapper Contract.
The text was updated successfully, but these errors were encountered:
Issue
Since the ASA-to-ASA swap requires the offered ASA to be deposited in the Swapper Contract, there is a limitation for those users willing to concurrently swap a card for different possible requested cards.
Example
Let's say a user offers card
A
accepting either cardsB
,C
orD
as possible requested ASA. Since user has just 1 cardA
is not possible to open multiple requests for cardB
,C
orD
at the same time, since the user can only depositA
in one Swapper Contract at time.Proposal
Adding an
Or
condition on requested ASA, so that the Swapper Contract could approve concurrent swaps withB
,C
orD
at the same time, in the same Swapper Contract.The text was updated successfully, but these errors were encountered: