makerdao / token-auction

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

math fixes #39

Closed rainbreak closed 8 years ago

rainbreak commented 8 years ago

Use safe (throw on overflow) math on user facing variables. Fix some other bits.

Min(increase / decrease) percentages must now be less than 100.

Fixes #35, #37.

rainbreak commented 8 years ago

All tests passing.