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) Contribution page:countdown timer continues to count after finalization #1049

Closed dennis00010011b closed 6 years ago

dennis00010011b commented 6 years ago

Similar to https://github.com/poanetwork/token-wizard/issues/1029 Steps:

  1. Create crowdsale with any parameter, ex. :Minted, 1 tier, duration more than 3 days, minCap
  2. Open contribution page and but amount equals tier's supply
  3. As an owner open manage page and finalize
  4. Open contribution page and observe countdown timer.

Expected result: -timer's status should be "CROWDSALE HAS BEEN FINALIZED"

Actual result:

If you are reporting a problem with Token Wizard, please include the following information:

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

Ropsten, proxy address : 0xc36ef28cc4e5313f112e0fb5a30bb9c94d2cb693 exec ID : 0x2a5b45fb4baca9f96ef7adef72d9ab81413c116bc3baf0ab289e48f11a4bedb8

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

http://localhost:3000/contribute?addr=0xc36ef28cc4e5313f112e0fb5a30bb9c94d2cb693&networkID=3

Do you have screenshots showing the problem?

screen shot 2018-07-17 at 00 09 07

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

No


mariano-aguero commented 6 years ago

Hi @dennis00010011b , I try to reproduce the problem without success. I think the merge of the PR solved the problem. Could you confirm that? Thank you