poanetwork / token-wizard

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

(Bug) Crowdsale is not modifiable after start #905

Closed dennis00010011b closed 6 years ago

dennis00010011b commented 6 years ago

Test URL : localhost with latest commit https://github.com/poanetwork/token-wizard/commit/5226634f72c9f83b9e13aff6b82ba8b336697c96 Steps:

  1. Create modifiable crowdsale with whitelist
  2. Wait until crowdsale starts
  3. Open manage page as an owner and try to modify end time or add whitelist

Expected result:

Exec ID : 0xe0f5f6b9079b146a6526979681193f46a1a15a85e4871925c79c4aceabdc630f

Which network did you use? (Mainnet, Kovan, Rinkeby, etc.)

Ropsten

If you were able to create it, what is the URL of your crowdsale?

http://localhost:3000/invest?exec-id=0xe0f5f6b9079b146a6526979681193f46a1a15a85e4871925c79c4aceabdc630f&networkID=3

Do you have screenshots showing the problem?

screen shot 2018-05-23 at 13 10 40

Do you see errors in the dev console? If yes, please include a screenshot

No


vbaranov commented 6 years ago

@dennis00010011b due to security reasons modification of duration for ongoing tier parameters is prohibited at Auth_os application layer. But if a tier is modifiable whitelist can be changed before start and for an ongoing tier too. Do you still have a problem with updating of tier for ongoing modifiable tier? Could you create a new live example (example from the issue is already ended)?

dennis00010011b commented 6 years ago

Not reproducible