embark/lib/cmds
emizzle f67a807ac8 Updated online/offline event checks so they are run during initialisation.
Changed the online event to `once` and set it to be bound every time the node goes offline.

The above changes handle the case where:
1) `embark run` runs and starts geth.
2) geth is killed manually
3) `embark blockchain` is run in separate process to restart geth
4) the `embark run` process detects this change and restarts the web3 provider and recompiles/deploys/builds

Every time `embark blochain` is restarted, an error is appended and all are emitted from the `eth-block-tracker`. This is a bug but can't figure out where it originates. The downside is that if, for example, `embark blockchain` is restarted 4 times, there will be 4 errors emitted from the `eth-block-tracker`. Because of this, errors emitted from `eth-block-tracker` have been reduced to trace to avoid clogging the logs.
2018-06-26 13:02:41 +10:00
..
blockchain Updated online/offline event checks so they are run during initialisation. 2018-06-26 13:02:41 +10:00
graph.js Fix for skip-undeployed is not specified 2018-06-22 09:41:53 -04:00
reset.js initial work for i18n 2018-05-10 15:01:34 -04:00
simulator.js don't use -h option due to bug in ethersim fork v2 2018-06-25 13:23:22 -04:00
template_generator.js remove old instructions 2018-06-14 09:22:13 -04:00