Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(Fix) Set deploymentStep when starting step four #664

Merged
merged 1 commit into from
Mar 9, 2018

Conversation

fvictorio
Copy link
Contributor

Fixes #593 (the underlying issue).

Switching networks may cause a lot of issues, and I'm not sure we can (or should) fix them all. For example, if you switch networks in the middle of a deployment, you'll be allowed to continue, but the deploy will of course fail.

I guess we could save the id of the network where the deployment started, and alert the user that they are in a different network. But I wouldn't try anything more clever than that (for example, persisting different incomplete deployments in the local storage according to the network that is being used).

@coveralls
Copy link

Pull Request Test Coverage Report for Build 1593

  • 0 of 0 (NaN%) changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 9.523%

Totals Coverage Status
Change from base Build 1590: 0.0%
Covered Lines: 258
Relevant Lines: 1955

💛 - Coveralls

@fvictorio fvictorio merged commit 2cc9bc0 into master Mar 9, 2018
@fvictorio fvictorio deleted the blank-page-switch-networks-#593 branch March 9, 2018 15:43
@ghost ghost removed the awaiting for review label Mar 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

(Bug) Blank page after switching networks when crowdsale setup is already started
3 participants