mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-11 06:16:01 +00:00
c7eb5868b9
This is crucial as the storage module tries to generate/eval artifacts that depend on a `web3` object inside the VM scope. The registration of that object can only be garuanteed when the `blockchain:started` event has been fired. This commit ensures these modules are not spinned up in parallel as we're running into race conditions.