poanetwork / token-wizard

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

(Bug) Can not start new crowdsale if previous one hasn't been finished #1223

Closed mariano-aguero closed 5 years ago

mariano-aguero commented 5 years ago

Closes #1218 #1219 #1222

dennis00010011b commented 5 years ago

@mariano-aguero Should be warning 'Wallet not found.....' if browser's history has a pending crowdsale AND wallet isn't installed or was removed . Now user is able to resume deployment without wallet

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 3515


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/components/Common/ProtectedRoute.js 0 3 0.0%
<!-- Total: 15 18 83.33% -->
Totals Coverage Status
Change from base Build 3507: -0.02%
Covered Lines: 1684
Relevant Lines: 4763

💛 - Coveralls
mariano-aguero commented 5 years ago

Also closes #1219 and probably #1222

@dennis00010011b

Should be warning 'Wallet not found.....' if browser's history has a pending crowdsale AND wallet isn't installed or was removed . Now user is able to resume deployment without wallet

Done