makerdao / token-auction

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

consider alternate bid increase logic #53

Open rainbreak opened 8 years ago

rainbreak commented 8 years ago

Following comment in #42.

Two alternate strategies to the current integer percentage change:

  1. Specify (u, v) where b' = u + vb
  2. Specify s where b = b / s`

(2) is like in simplecoin.