embark-area-51/lib/core
emizzle 170d8528eb When communication is disabled in config, do not run the module in embark.
Previous to this change, `Geth: WARN [06-25|16:46:26] origin 'embark' not allowed on WS-RPC interface` would appear in the logs when the module was run while disabled.

Updated the cors component so that when `rpcCorsDomain` and `wsOrigins` are set to `'auto'`, and all components are disabled `rpcCorsDomain` and `wsOrigins` are passed as a null parameter to geth as opposed to being passed as `'auto'`.
2018-08-21 15:08:25 -04:00
..
config.js When communication is disabled in config, do not run the module in embark. 2018-08-21 15:08:25 -04:00
core.js migrate all the code to ES6 2017-03-30 20:12:39 +09:00
engine.js Requested PR fixes 2018-06-15 17:06:59 -04:00
events.js patch weird event max listeners bug 2018-06-01 13:44:54 -04:00
file.js fix callback already called on file download fail 2018-06-13 14:37:15 -04:00
fs.js moveSync 2018-08-12 14:59:48 -05:00
ipc.js comply with linter 2018-06-05 08:37:27 -04:00
logger.js enable logger to log multiple arguments 2018-08-21 15:03:34 -04:00
plugin.js intercept logs by adding the name only 2018-08-21 15:03:34 -04:00
plugins.js refactor pluginPath 2018-06-18 11:27:29 -04:00
proxy.js proxy -- canonicalHost, defaultHost 2018-08-02 15:36:25 -05:00
services_monitor.js fix blockchain already booted 2018-06-05 14:39:18 -04:00