Commit Graph

226 Commits

Author SHA1 Message Date
Iuri Matias 0c586a2b64 rebase fixes 2018-09-30 11:40:59 -04:00
Jonathan Rainville 14d36f5b88 fix eslint on EVERYTHING 2018-09-30 11:21:23 -04:00
Richard Ramos a619da2379 Changes based on code review
- Style changes for not requiring "else" in handlebar helpers
- Changed build to async
2018-09-30 10:29:39 -04:00
Richard Ramos 10480950a6 Simplified error handling 2018-09-30 10:29:39 -04:00
Richard Ramos 608211cb7a Fixed plugin loading logic 2018-09-30 10:29:39 -04:00
Iuri Matias d400b9dcb2 move graph into a module 2018-09-30 10:04:04 -04:00
Iuri Matias 3cc0c5dee8 move proxy out of core 2018-09-30 10:01:41 -04:00
Iuri Matias a632d0211c move blockchain process related files into blockchain module 2018-09-30 10:01:41 -04:00
Michael Bradley, Jr bdc217075c simulator -- defaultHost, dockerHostSwap 2018-09-30 10:01:41 -04:00
Michael Bradley, Jr 3603ca673c set the host flag for ganache-cli 2018-09-30 09:36:53 -04:00
Michael Bradley, Jr 9da1e49e17 rm commented code and extra whitespace 2018-09-30 09:36:53 -04:00
Michael Bradley, Jr 86bfddeeed disable dead code path -- ganache will never be falsy 2018-09-30 09:36:53 -04:00
Michael Bradley, Jr 762bccef35 dont' need shelljs.which, can directly invoke embark's node_modules/.bin/ganache-cli 2018-09-30 09:36:53 -04:00
Michael Bradley, Jr e4bac59ab6 include old `const ganache =` line in original pos wrt disabled code 2018-09-30 09:36:53 -04:00
Michael Bradley, Jr 068d2da524 comment out `testrpc` (no-unused-vars) 2018-09-30 09:36:53 -04:00
Michael Bradley, Jr 948f5ce2ec Embark's own ganache-cli will always be found 2018-09-30 09:36:53 -04:00
Michael Bradley, Jr 0afdf57ee9 embark-ganache-cli -> ganache-cli-embark 2018-09-30 09:36:53 -04:00
Michael Bradley, Jr 0bead723c1 always use Embark's own ganache-cli (embark-ganache-cli) 2018-09-30 09:36:53 -04:00
Jonathan Rainville c2f8175f87 fix miner 2018-09-30 09:24:25 -04:00
Jonathan Rainville 91db1e36c4 make it work 2018-09-30 09:24:25 -04:00
Jonathan Rainville c3d588f5ba change fund account function 2018-09-30 09:24:25 -04:00
Jonathan Rainville 2affb882f6 add geth miner. Needs to change eth and web3 2018-09-30 09:24:25 -04:00
Richard Ramos 9019f6d722 Fix for skip-undeployed is not specified 2018-09-30 09:20:12 -04:00
Iuri Matias 85e097f84c fixes due to bad rebase 2018-09-29 20:41:21 -04:00
Richard Ramos 9c51a6dc10 Changes based on code review
- Style changes for not requiring "else" in handlebar helpers
- Changed build to async
2018-09-29 20:37:08 -04:00
Richard Ramos 588f038fc0 Simplified error handling 2018-09-29 20:37:08 -04:00
Richard Ramos ebc7c4c19a Fixed plugin loading logic 2018-09-29 20:37:08 -04:00
Michael Bradley, Jr 5a48596b93 simulator -- defaultHost, dockerHostSwap 2018-09-29 20:11:08 -04:00
Michael Bradley, Jr 16e897d5d8 rm commented code and extra whitespace 2018-09-29 19:48:06 -04:00
Michael Bradley, Jr 70a6caf37e Embark's own ganache-cli will always be found 2018-09-29 19:48:06 -04:00
Iuri Matias 127140793d refactor install template code 2018-09-29 19:47:39 -04:00
Iuri Matias a9a7accca9 add support to download a template 2018-09-29 19:47:39 -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