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) Auth os applications update #1075

Closed vbaranov closed 6 years ago

vbaranov commented 6 years ago

Get upstream for auth-os-applications repo from parent's repo after results of a security audit.

@dennis00010011b could you please confirm, that Solidity unit tests and e2e tests work fine after update.

BlackDuckCoPilot commented 6 years ago

Black Duck Security Report

Merging #1075 into 2.0 will not change security risk.

Click here to see full report

dennis00010011b commented 6 years ago

@vbaranov

  1. All e2e wizard’s tests passed
  2. Solidity unit tests for Dutch strategy: all 1630 tests passed. ( I have launched it locally)
  3. Solidity unit tests for Minted strategy: all 972 tests passed https://travis-ci.org/poanetwork/token-wizard/jobs/414158915
vbaranov commented 6 years ago

@dennis00010011b thanks.

Btw, I've created the issue related to unavailability for viewing of all unit tests of Dutch Auction strategy in Travis CI: https://github.com/poanetwork/token-wizard/issues/1076. It would be nice if we could resolve it to eliminate manual testing.