226 Commits

Author SHA1 Message Date
Iuri Matias
7913543497 rebase fixes 2018-08-23 11:36:08 -04:00
Jonathan Rainville
33009c9917 fix eslint on EVERYTHING 2018-08-22 19:18:11 -04:00
Richard Ramos
12354e5eab Changes based on code review
- Style changes for not requiring "else" in handlebar helpers
- Changed build to async
2018-08-22 19:18:01 -04:00
Richard Ramos
45f7710476 Simplified error handling 2018-08-22 19:18:01 -04:00
Richard Ramos
47168e5437 Fixed plugin loading logic 2018-08-22 19:18:01 -04:00
Iuri Matias
062de6b4fb move graph into a module 2018-08-22 19:17:44 -04:00
Iuri Matias
34061a6b44 move proxy out of core 2018-08-22 19:17:40 -04:00
Iuri Matias
40ec669f35 move blockchain process related files into blockchain module 2018-08-22 19:17:36 -04:00
Michael Bradley, Jr
87c7b90ae4 simulator -- defaultHost, dockerHostSwap 2018-08-22 19:17:29 -04:00
Michael Bradley, Jr
ea287bc6fa set the host flag for ganache-cli 2018-08-22 19:17:09 -04:00
Michael Bradley, Jr
b5d57390fc rm commented code and extra whitespace 2018-08-22 19:17:09 -04:00
Michael Bradley, Jr
0ed16b887b disable dead code path -- ganache will never be falsy 2018-08-22 19:17:09 -04:00
Michael Bradley, Jr
1a951fa529 dont' need shelljs.which, can directly invoke embark's node_modules/.bin/ganache-cli 2018-08-22 19:17:09 -04:00
Michael Bradley, Jr
f98772151e include old const ganache = line in original pos wrt disabled code 2018-08-22 19:17:08 -04:00
Michael Bradley, Jr
1741abca76 comment out testrpc (no-unused-vars) 2018-08-22 19:17:08 -04:00
Michael Bradley, Jr
0e2eaa6728 Embark's own ganache-cli will always be found 2018-08-22 19:17:08 -04:00
Michael Bradley, Jr
05f25fb604 embark-ganache-cli -> ganache-cli-embark 2018-08-22 19:17:08 -04:00
Michael Bradley, Jr
8c19fea4cf always use Embark's own ganache-cli (embark-ganache-cli) 2018-08-22 19:17:08 -04:00
Jonathan Rainville
bc3143ce62 fix miner 2018-08-22 19:12:45 -04:00
Jonathan Rainville
cc80c9e62c make it work 2018-08-22 19:12:12 -04:00
Jonathan Rainville
d7ce267f2c change fund account function 2018-08-22 19:12:12 -04:00
Jonathan Rainville
ad6a0dc7bb add geth miner. Needs to change eth and web3 2018-08-22 19:12:12 -04:00
Richard Ramos
4129c57622 Fix for skip-undeployed is not specified 2018-08-22 19:10:50 -04:00
Iuri Matias
8be7c89650 fixes due to bad rebase 2018-08-22 18:04:52 -04:00
Richard Ramos
a085bcba03 Changes based on code review
- Style changes for not requiring "else" in handlebar helpers
- Changed build to async
2018-08-22 16:30:46 -04:00
Richard Ramos
8d09f07069 Simplified error handling 2018-08-22 16:30:46 -04:00
Richard Ramos
4fbbdf9cf6 Fixed plugin loading logic 2018-08-22 16:30:46 -04:00
Michael Bradley, Jr
8b0c1f9780 simulator -- defaultHost, dockerHostSwap 2018-08-21 17:40:28 -04:00
Michael Bradley, Jr
38ab033b7e rm commented code and extra whitespace 2018-08-21 17:24:33 -04:00
Michael Bradley, Jr
9cf68e0e3d Embark's own ganache-cli will always be found 2018-08-21 17:21:36 -04:00
Iuri Matias
eb22b8ca23 refactor install template code 2018-08-21 17:12:04 -04:00
Iuri Matias
463d9b7720 add support to download a template 2018-08-21 17:12:04 -04:00
Iuri Matias
8b97b4efb1 move back dev_funds file 2018-08-21 16:17:02 -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
hodlbank
9542448798 [m] Parsing simulatorAccounts using AccountParser . 2018-08-21 16:07:58 -04:00
hodlbank
a3c86189fd Applying simulatorAccounts configuration for "embark simulator". 2018-08-21 16:05:59 -04:00
Iuri Matias
89a0729002 simplify: mv reset code into index 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
dc86cbaccb move proxy out of core 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
Michael Bradley, Jr
0307ba7ead blockchain -- defaultHost, dockerHostSwap 2018-08-21 15:53:39 -04:00
Anthony Laibe
b679d3031a Remove code dependencies to underscore 2018-08-21 15:47:05 -04:00
Michael Bradley, Jr
423d0fadb8 set the host flag for ganache-cli 2018-08-21 15:42:05 -04:00
Michael Bradley, Jr
282513ad8e rm commented code and extra whitespace 2018-08-21 15:42:05 -04:00
Michael Bradley, Jr
4461ab46d5 disable dead code path -- ganache will never be falsy 2018-08-21 15:42:05 -04:00
Michael Bradley, Jr
fa94d3c79a dont' need shelljs.which, can directly invoke embark's node_modules/.bin/ganache-cli 2018-08-21 15:42:05 -04:00
Michael Bradley, Jr
5b483f6f63 include old const ganache = line in original pos wrt disabled code 2018-08-21 15:34:32 -04:00
Michael Bradley, Jr
6947a44667 comment out testrpc (no-unused-vars) 2018-08-21 15:34:32 -04:00
Michael Bradley, Jr
f5464b691f Embark's own ganache-cli will always be found 2018-08-21 15:34:32 -04:00