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
When exchanging, it is possible to enter amounts larger than your balance. UI allows to submit then which leads to failed transactions, no explanation given on UI.
Affects:
ETH → DAI
DAI → ETH
DAI → sunDai
sunDai → DAI
However, the check works for transfers (e.g. DAI → DAI). Let's implement the same check for aforementioned exchanges
The text was updated successfully, but these errors were encountered:
* Select random outputs to scale on multiple users
Problem: many users might handshake at the same time, selecting the same
output for their transaction. This will create double spends, failed
transactions, and unhappy users.
Solution: given that all outputs have enough tokens to spend, select and
use a random one for the transaction. This requires also to make
multiple outputs available to the contract address before the start of
the game.
* fix everything
* update contracts
When exchanging, it is possible to enter amounts larger than your balance. UI allows to submit then which leads to failed transactions, no explanation given on UI.
Affects:
However, the check works for transfers (e.g. DAI → DAI). Let's implement the same check for aforementioned exchanges
The text was updated successfully, but these errors were encountered: