299 Commits

Author SHA1 Message Date
Iuri Matias
cfc7266415 move logger api call into logger 2018-07-12 11:37:52 +03:00
Iuri Matias
3d5ceb74be move console api call into console 2018-07-12 11:32:39 +03:00
Iuri Matias
8e9a357448 move dashboard api into dashboard module 2018-07-12 11:32:07 +03:00
Iuri Matias
a8129a9c95 fix ws send; attempt to fix missing contractsState in ws 2018-07-12 11:22:59 +03:00
Iuri Matias
6c1c2e2927 add dashboard endpoint 2018-07-12 11:22:47 +03:00
Iuri Matias
c35420322c add console support to the api 2018-07-12 11:22:47 +03:00
Iuri Matias
62506aaf68 send & parse JSON in the ws calls; add cb to avoid crash due to unavailable connection 2018-07-12 11:22:47 +03:00
Iuri Matias
925ae068b0 send logs to ws 2018-07-12 11:20:56 +03:00
Iuri Matias
fd83cba4b7 add basic ws functionality 2018-07-12 11:18:56 +03:00
Iuri Matias
1ce80b3ce5 add 2nd endpoint to webserver; use express 2018-07-12 11:18:47 +03:00
Jonathan Rainville
038d405af9 hotfix return if error 2018-07-11 15:40:45 -04:00
Iuri Matias
99af5f1817
Merge pull request #622 from embark-framework/features/ens-demo
Add ENS to Demo app and also add small fix
2018-07-11 21:20:25 +03:00
Iuri Matias
54f8953430
Merge pull request #609 from embark-framework/refactor_storage_component
Refactor storage component
2018-07-11 20:18:01 +03:00
Jonathan Rainville
7c461a0209 add ens to demo 2018-07-11 13:11:55 -04:00
Jonathan Rainville
8542c0f3f9 fix ens by using right addres depending on chain and also add isAvailable 2018-07-11 12:47:15 -04:00
Iuri Matias
97af8aff11 fix swarm upload cmd registration 2018-07-11 10:27:54 +03:00
Iuri Matias
29161b18a9 use buildUrlFromConfig 2018-07-11 10:24:03 +03:00
Jonathan Rainville
ffbec61554 wip changes 2018-07-10 15:59:42 -04:00
Iuri Matias
4aaf83a064 make linter happy 2018-07-09 01:21:27 +03:00
Iuri Matias
28a9b0e940 fix plugin call 2018-07-08 23:41:37 +03:00
Iuri Matias
6e5aad939c remove unused param 2018-07-08 23:41:26 +03:00
Iuri Matias
ac349f5819 fix callback 2018-07-08 23:41:09 +03:00
Iuri Matias
2c478e26ff move storage config check to the constructor 2018-07-08 21:28:43 +03:00
Iuri Matias
1bd0e8966b simplify getJson 2018-07-08 21:24:19 +03:00
Iuri Matias
768138c5b6 refactor storage config check 2018-07-08 21:14:44 +03:00
Iuri Matias
700b2199bd simplify use of callback 2018-07-08 20:43:41 +03:00
Iuri Matias
9592f3e69b re-add register upload cmd api; refactor storage module initialization 2018-07-08 20:40:06 +03:00
Iuri Matias
be1d9cc502 simplify add set providers; validation can be done on the client isde 2018-07-08 00:56:15 +03:00
Iuri Matias
a5c6c38b5e make linter happy 2018-07-08 00:46:15 +03:00
Iuri Matias
99876ef083 fix upload callback 2018-07-08 00:02:46 +03:00
Iuri Matias
082d7c879a fix getting params from upload field 2018-07-07 22:16:58 +03:00
Iuri Matias
fcd1a4df99 fix logger 2018-07-07 22:00:42 +03:00
Iuri Matias
225414e61a get correct ipfs node depending on the config 2018-07-07 21:56:37 +03:00
Iuri Matias
b51eab3418 remove unneded assignments 2018-07-07 21:23:51 +03:00
Iuri Matias
ee7fd2661a remove old code 2018-07-07 21:14:55 +03:00
Iuri Matias
90b9d94e64 check swarm connection before attempting to connect 2018-07-07 20:56:34 +03:00
Iuri Matias
968b06860c check ipfs connection before attempting to connect 2018-07-07 20:47:40 +03:00
Iuri Matias
2f828c72d1 re-add set providers call 2018-07-07 19:49:18 +03:00
Iuri Matias
3bb97a1bb1 fix start process 2018-07-07 19:29:04 +03:00
Iuri Matias
08735a689b move setProviders to EmbarkJS 2018-07-07 18:36:34 +03:00
Iuri Matias
8587f2cbdb move setProviders to EmbarkJS 2018-07-07 18:36:16 +03:00
Iuri Matias
aa3023d5f2 move setProviders to EmbarkJS 2018-07-07 18:29:45 +03:00
Iuri Matias
44f5186af1 use commands to request upload; let storage component figure out which one to call 2018-07-07 18:11:45 +03:00
Iuri Matias
20f782607c move fuzer & gasEstimator to profiler module 2018-07-07 16:30:47 +03:00
Jonathan Rainville
87474aa291 fix indentation 2018-06-27 14:31:42 -04:00
emizzle
e0fcafb8c4 linting 2018-06-27 11:10:33 +10:00
emizzle
9f33a05d82 Removed p-iteration from embark altogether.
Replaced usage in storage module (on dapp side) with async.js `detectSeries`
2018-06-27 10:51:53 +10:00
Iuri Matias
88132b7b6a
Merge pull request #581 from embark-framework/bug_fix/whisper-cors
When communication is disabled in config, do not run the module in em…
2018-06-26 16:23:06 -04:00
Iuri Matias
2250e87294
Merge pull request #582 from embark-framework/bug_fix/simple-ipfs-active-when-disabled
Abandons all storage initialisation routines if storage is disabled i…
2018-06-26 16:19:41 -04:00
RJ Catalano
518e96585c
Merge pull request #585 from embark-framework/gracefullyErrorENS
small correction
2018-06-26 15:19:02 -05:00