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) check address of Proxy smart-contract for validity #1107

Closed mariano-aguero closed 6 years ago

mariano-aguero commented 6 years ago

Closes #1042

How to test it and sections to check:

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 2884


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/components/manage/index.js 0 2 0.0%
src/utils/alerts.js 0 2 0.0%
src/utils/utils.js 5 11 45.45%
src/components/crowdsale/index.js 0 8 0.0%
src/components/contribute/index.js 0 9 0.0%
src/components/crowdsale/utils.js 3 27 11.11%
<!-- Total: 8 59 13.56% -->
Files with Coverage Reduction New Missed Lines %
src/utils/utils.js 1 57.04%
src/components/contribute/index.js 3 0.0%
src/components/manage/index.js 3 0.0%
<!-- Total: 7 -->
Totals Coverage Status
Change from base Build 2857: -0.09%
Covered Lines: 834
Relevant Lines: 3596

💛 - Coveralls
mariano-aguero commented 6 years ago

@dennis00010011b

Crash after invalidCrowdsaleProxyAlert

Done