Closed rainbreak closed 8 years ago
Some tokens might have low divisibility. Also splits could end up being really small. Check that the auction doesn't make assumptions about this, e.g. min bid increase be zero if a.buy_amount < 100 because of truncating division.
Relates to safe math (#35).
Some tokens might have low divisibility. Also splits could end up being really small. Check that the auction doesn't make assumptions about this, e.g. min bid increase be zero if a.buy_amount < 100 because of truncating division.
Relates to safe math (#35).