embark/lib/core
emizzle d32708fcde 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-06-26 13:34:52 +10:00
..
config.js When communication is disabled in config, do not run the module in embark. 2018-06-26 13:34:52 +10: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 Add loading placeholder page while embark is building asset files. 2018-05-22 15:15:34 +10:00
ipc.js comply with linter 2018-06-05 08:37:27 -04:00
logger.js enable logger to log multiple arguments 2018-06-19 15:00:51 -04:00
plugin.js intercept logs by adding the name only 2018-06-19 15:01:03 -04:00
plugins.js refactor pluginPath 2018-06-18 11:27:29 -04:00
proxy.js Missing semicolon 2018-06-12 10:15:54 -04:00
services_monitor.js fix blockchain already booted 2018-06-05 14:39:18 -04:00