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 there are orders in the system, which have huge order amounts in the range of max uint256, these orders might not be accepted in a solution provision.
If there are orders in the system, which have huge order amounts in the range of max uint256, these orders might not be accepted in a solution provision.
During the solution calculation, it might happen that the following line throws, due to a calculation overflow:
https://github.com/gnosis/dex-contracts/blob/master/contracts/BatchExchange.sol#L743
One example instance is here.
Find a better calculation for the utility in the next version of the smart contract.
The text was updated successfully, but these errors were encountered: