poanetwork / token-wizard

(Discontinued) TokenWizard is an DApp to create and manage crowdsale and token contracts using a simple UI
MIT License
386 stars 215 forks source link

(Fix) Min cap validate with supply #981

Closed fernandomg closed 6 years ago

fernandomg commented 6 years ago

Closes #946

Since bug was reported, globalMinCap is no longer used. Now minCap is specified in a per-tier basis.

Anyway, this issue was used to track minCap validation in StepThree.

dennis00010011b commented 6 years ago

@fernandomg It still possible to create tier with minCap>totalSupply. In the Step3 just to change supply after mincap was filled out. Need add a validation for field supply: totalSupply>=minCap. For both strategy

screen shot 2018-06-26 at 08 49 53
fernandomg commented 6 years ago

@dennis00010011b fixed!

dennis00010011b commented 6 years ago

@fernandomg I can't create Dutch, wizard failed on Step3

screen shot 2018-06-26 at 15 55 52 screen shot 2018-06-26 at 15 55 56 screen shot 2018-06-26 at 15 56 04
fernandomg commented 6 years ago

@dennis00010011b sorry, fixed as well.

Thanks!