emizzle
0760965bda
Overwrite log file so .embark doesn’t bloat
...
The embark log file is being overwritten each time embark is run. There is a separate log file for each context, so that running, for example, `embark run` then `embark console` doesn’t get the `run` log overwritten with the `console` log.
2018-10-23 10:54:35 +02:00
Iuri Matias
b3ccaa3b8a
fixes due to bad rebase
2018-10-23 09:57:47 +02:00
Iuri Matias
db7f3d39d3
first stab at refactor blockchain launcher
2018-10-23 09:55:10 +02:00
Iuri Matias
6fac1f297d
fixes due to bad rebase
2018-10-23 09:42:59 +02:00
Richard Ramos
6f249df4bf
Fixed plugin loading logic
2018-10-23 09:42:09 +02:00
Richard Ramos
e7d435f03d
Handling boolean parameters
2018-10-23 09:42:08 +02:00
Richard Ramos
d1dd890407
Addid basic templating to start building UI from here
2018-10-23 09:42:08 +02:00
Richard Ramos
0eaafb77f1
Adding base command logic for scaffolding generation
2018-10-23 09:42:08 +02:00
Iuri Matias
c8fc515c03
move blockchain process related files into blockchain module
2018-10-23 09:39:02 +02:00
Iuri Matias
4406dddf1e
first stab at refactor blockchain launcher
2018-10-23 09:39:02 +02:00
Jonathan Rainville
91a7cc1a44
only put isDev when specifically set
2018-10-23 09:01:14 +02: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