embark/lib
emizzle bcd5593040 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-08-21 15:08:25 -04:00
..
cmds Updated online/offline event checks so they are run during initialisation. 2018-08-21 15:08:25 -04:00
coderunner callback error from runCode and use that in onDeploy codes 2018-06-14 11:10:31 -04:00
contracts Updated online/offline event checks so they are run during initialisation. 2018-08-21 15:08:25 -04:00
core bare bones bulk registration example spec 2018-08-21 15:03:34 -04:00
dashboard enbale multiple arguments in dashboard 2018-08-21 15:03:34 -04:00
i18n don't sync i18n files anymore 2018-06-01 19:31:26 -04:00
modules ensure that FIFS doesn't deploy on other test and main networks 2018-08-21 15:03:34 -04:00
pipeline sorry senior lint 2018-06-15 15:58:19 -04:00
process set PWD directly instead of overriding chdir 2018-08-20 09:47:19 -04:00
processes Handle geth process exit via crash/kill and also via killing `embark blockchain` 2018-08-21 15:08:25 -04:00
tests stop provider when reseting providers 2018-08-21 15:03:34 -04:00
utils buildUrlFromConfig -- canonicalHost 2018-08-02 15:32:19 -05:00
versions removed unneeded comment 2018-06-15 17:06:59 -04:00
cmd.js warn if old cmd is used 2018-06-19 14:07:14 -04:00
constants.json Handle geth process exit via crash/kill and also via killing `embark blockchain` 2018-08-21 15:08:25 -04:00
index.js Fix for embark upload failing when embark-solc plugin is installed. 2018-08-21 15:03:34 -04:00