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

(Fix) Kovan support in TW 2.0 #1096

Closed vbaranov closed 6 years ago

vbaranov commented 6 years ago

The support of Kovan network is added to TW 2.0. Should be merged after https://github.com/poanetwork/token-wizard/pull/1095

BlackDuckCoPilot commented 6 years ago

Black Duck Security Report

Merging #1096 into 2.0 will not change security risk.

Click here to see full report

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 2822


Totals Coverage Status
Change from base Build 2820: 0.0%
Covered Lines: 765
Relevant Lines: 3469

💛 - Coveralls
dennis00010011b commented 6 years ago

@vbaranov I have tested Minted strategy, basic scenarios work without issues Dutch strategy: can't create crowdsale, deployment failed , 2nd transaction haven't created Nifty wallet, Kovan Crowdsale parameters:

  "name": "scenarioE2eDutchMincapLongjson",
  "ticker": "test",
  "decimals": 18,
  "totalSupply":1000,
  "walletAddress":"0x56B2e3C3cFf7f3921Dc2e0F8B8e20d1eEc29216b",
  "gasprice":1,
  "burnExcess":true,
  "tiers":[
    {
      "isWhitelisted":false,
      "startDate": "",
      "startTime": "",
      "endDate":"",
      "endTime":"",
      "minCap":100,
      "minRate":100,
      "maxRate":1000,
      "supply": 500,
      "whitelist":[]
    }]
}

DutchKovan.log

screen shot 2018-08-16 at 02 21 44
vbaranov commented 6 years ago

@dennis00010011b thank you, Dennis. The issue with Dutch crowdsale should be fixed now.