291 Commits

Author SHA1 Message Date
Iuri Matias
71a5532454 fixes due to bad rebase 2018-09-30 08:54:44 -04:00
Iuri Matias
d119aa7093 first stab at refactor blockchain launcher 2018-09-29 22:25:32 -04:00
Iuri Matias
97b19d4a69 fixes due to bad rebase 2018-09-29 20:47:49 -04:00
Richard Ramos
ebc7c4c19a Fixed plugin loading logic 2018-09-29 20:37:08 -04:00
Richard Ramos
7f2d706d9a Handling boolean parameters 2018-09-29 20:37:08 -04:00
Richard Ramos
64f5a5f9a5 Addid basic templating to start building UI from here 2018-09-29 20:37:08 -04:00
Richard Ramos
d9026bbfb2 Adding base command logic for scaffolding generation 2018-09-29 20:35:35 -04:00
Iuri Matias
e1975b2243 move blockchain process related files into blockchain module 2018-09-29 20:26:57 -04:00
Iuri Matias
79e515ddb0 first stab at refactor blockchain launcher 2018-09-29 20:25:41 -04:00
Jonathan Rainville
c07a2348bf only put isDev when specifically set 2018-09-29 19:44:20 -04:00
Anthony Laibe
27933774a9 Console command connect to ipc 2018-08-21 16:09:48 -04:00
Iuri Matias
9edff5752e move cmd controller to cmd-ui 2018-08-21 16:09:13 -04:00
Iuri Matias
0027d641eb remove unneded space 2018-08-21 16:07:59 -04:00
Iuri Matias
9f529c7668 move template generator 2018-08-21 16:07:59 -04:00
Iuri Matias
58ba4bde48 move simulator & proxy to blockchain process module 2018-08-21 16:07:58 -04:00
Jonathan Rainville
25ffd15984 fix stuff and move functions to utils 2018-08-21 16:05:59 -04:00
Jonathan Rainville
609c050576 change to command 2018-08-21 16:05:59 -04:00
Anthony Laibe
5f77d5e5f0 Fix require fs for reset 2018-08-21 16:05:59 -04:00
Jonathan Rainville
0204eb6d46 swarm adjustements 2018-08-21 16:05:58 -04:00
Jonathan Rainville
212eb79754 fix small oopsies and make it work 2018-08-21 16:05:58 -04:00
Iuri Matias
89a0729002 simplify: mv reset code into index 2018-08-21 16:03:35 -04:00
Iuri Matias
53aa433a5a add missing services start so console works with refactor changes 2018-08-21 16:03:35 -04:00
Iuri Matias
9707b0076d move graph into a module 2018-08-21 16:02:18 -04:00
Iuri Matias
d7c67ffcf7 move blockchain process related files into blockchain module 2018-08-21 16:02:18 -04:00
Iuri Matias
3584a20fd7 first stab at refactor blockchain launcher 2018-08-21 15:59:46 -04:00
Anthony Laibe
d5911cb3b7 Use console and override evaluator 2018-08-21 15:47:05 -04:00
Anthony Laibe
2f6e96db86 Adding profile command 2018-08-21 15:47:05 -04:00
Anthony Laibe
a04f26dc3d fix eslint 2018-08-21 15:47:05 -04:00
Anthony Laibe
b8ef9ee148 Add watcher to console command 2018-08-21 15:47:05 -04:00
Anthony Laibe
9c5cb35d3b Use global in repl 2018-08-21 15:46:14 -04:00
Anthony Laibe
87396c9882 nodashboard start a repl 2018-08-21 15:46:14 -04:00
Anthony Laibe
d8a6987d37 No need for pipeline service, assets are not compiled 2018-08-21 15:46:14 -04:00
Anthony Laibe
692014aa8d Add access to the contract 2018-08-21 15:46:14 -04:00
Anthony Laibe
a161e6856c Replace light monitor by REPL 2018-08-21 15:46:14 -04:00
Anthony Laibe
c195fde051 Adding light monitor 2018-08-21 15:46:14 -04:00
Anthony Laibe
7752b1aa54 Adding Console Command 2018-08-21 15:46:14 -04:00
Michael Bradley, Jr
21b4cbf60d don't forward host/port cli options if the options weren't specified 2018-08-21 15:46:14 -04:00
Michael Bradley, Jr
98dcf6ffe3 propagate embark run cli webserver flags to config and service 2018-08-21 15:42:05 -04:00
Jonathan Rainville
a3d612f8ba remove use of initConfig 2018-08-21 15:30:43 -04:00
Jonathan Rainville
838fa92775 set isDev as default if there is no blockchain file 2018-08-21 15:30:11 -04:00
Iuri Matias
e07d06fa4c make linter happy 2018-08-21 15:30:11 -04:00
Iuri Matias
2780b4eb2f fix upload callback 2018-08-21 15:30:11 -04:00
Iuri Matias
14710e06d8 use commands to request upload; let storage component figure out which one to call 2018-08-21 15:30:10 -04:00
Iuri Matias
cb780c9327 add todo 2018-08-21 15:30:10 -04:00
Iuri Matias
5ade9e090c move asset files check from index to pipeline; index shouldn't know about the internals 2018-08-21 15:30:10 -04:00
Iuri Matias
a428928b53 remove unused parameter 2018-08-21 15:30:10 -04:00
Iuri Matias
c0bc6e1b7c add support to download a template 2018-08-21 15:28:03 -04:00
Jonathan Rainville
fcbd4739dc only put isDev when specifically set 2018-08-21 15:20:11 -04:00
emizzle
f269eb748a Fix for embark upload failing when embark-solc plugin is installed.
It was simply too fast with the solc plugin and the blockchain node was not yet ready before solc would try to compile and deploy, and would error out while estimating gas costs.
2018-08-21 15:03:34 -04:00
Jonathan Rainville
0b3572f564 set PWD directly instead of overriding chdir 2018-08-20 09:47:19 -04:00