embark-area-51/lib/modules/ipfs
Pascal Precht 188a688264
refactor(modules/ipfs): use ProcessManager APIs to register and launch IPFS process
ProcessManager can be used to "register" processes and along with it, a launch function
that will be executed when a process is requested to launch.

Prior to this commit the IPFS process has not be registered and launching the process
was done manually, bypassing ProcessManager APIs.

With this commit we take advantage of ProcessManager APIs to register the IPFS process
and launch it using the `process:launch` event.
2018-10-23 10:57:54 +02:00
..
embarkjs.js make sure the string is an IPFS hash and some linting 2018-09-11 16:09:46 -04:00
index.js refactor(modules/ipfs): use ProcessManager APIs to register and launch IPFS process 2018-10-23 10:57:54 +02:00
process.js move processes into core 2018-08-21 16:04:22 -04:00
upload.js After upload message regarding CORS and public gateways 2018-10-22 19:30:13 +02:00