Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Don't start the chain server when loading the configuration screen #5124

Merged
merged 1 commit into from
Dec 6, 2022

Conversation

jeffsmale90
Copy link
Contributor

@jeffsmale90 jeffsmale90 commented Dec 5, 2022

When loading the workspace configuration screen, we immediately start the chain. This does actually makes sense, as the chain is a wrapper around Ganache which forks the nodejs process.

Previously we also immediately called startServer() which actually starts the Ganache instance. Now we only call startServer() when actually starting the Workspace.

@jeffsmale90 jeffsmale90 merged commit 4511385 into feat/upgrade_ganache Dec 6, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant