18 Commits

Author SHA1 Message Date
emizzle
c0bdff1ae4 Dynamic selection of storage provider now working based on improved storage config.
swarm plugin now re-initialises the bzz object when it's availability is checked. this creates a much more stable swarm implementation on the dapp side.

surrounded the storage provider init code block with embark env ready

added alternate swarm gateway url

can now upload dapp to ipfs and run swarm storage and vice versa
2018-05-30 16:34:36 +10:00
emizzle
f9bfe20de1 Added a global storage module that inits ipfs or swarm depending on dappConnection options. WIP. 2018-05-28 22:59:18 +10:00
emizzle
a26fbfff36 Storage config improvements start. Adjusted the config and have started to support those improvements through the codebase.
Currently stuck on starting multiple storage servcies at once. Might need  a change in storage config spec.

WIP.
2018-05-25 17:13:57 +10:00
Jonathan Rainville
29a50ea9cd refactor assertNodeConnection to use it in watch 2018-05-23 11:17:02 -04:00
Iuri Matias
0363c676d4 initialized ipfs object to environment 2018-05-18 15:56:36 -04:00
Iuri Matias
0b70f32bb9 initial work for i18n 2018-05-10 15:01:34 -04:00
Iuri Matias
e0db5ed61a refactor to use dappPath 2018-04-02 15:06:56 -04:00
Iuri Matias
fffde9d4b6 tolerate lack of addCheck which means is not running in dashboard mode 2018-03-30 10:59:31 -04:00
Iuri Matias
d5a21d579c fallback to shelljs if pwd is empty (windows issue) 2018-03-26 15:08:07 -04:00
Iuri Matias
af9e27e078 fix ipfs service check 2018-03-02 17:25:59 -05:00
Iuri Matias
13e759bfee support setting protocol in config; fix getUrl 2018-03-02 16:57:55 -05:00
Iuri Matias
82681fec8f support versioning ipfs-api 2018-01-10 11:15:32 -05:00
Iuri Matias
0e502c1537 refactor service check 2017-12-30 21:44:59 -05:00
Iuri Matias
d1a207941d take into account available providers list 2017-12-29 16:11:45 -05:00
Iuri Matias
9ca337eeb1 extract storage provider 2017-12-28 17:42:25 -05:00
Iuri Matias
e833ebd019 move ipfs embarkjs code to module 2017-12-28 12:16:50 -05:00
Iuri Matias
eaf9016c79 move ipfs service check to its module 2017-12-26 20:32:51 -05:00
Iuri Matias
50f1072372 move upload to its own module 2017-12-26 19:55:42 -05:00