makerdao / token-auction

Continuous Splitting Token Auction
GNU Affero General Public License v3.0
21 stars 21 forks source link

Check behaviour with small tokens. #37

Closed rainbreak closed 8 years ago

rainbreak commented 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).