Commit Graph

277 Commits

Author SHA1 Message Date
Iuri Matias aab24792fc
Merge pull request #665 from embark-framework/features/ens-deploy
Deploy to ENS
2018-08-02 12:35:41 -04:00
Jonathan Rainville aadc4062fb fix stuff and move functions to utils 2018-07-31 10:33:10 -04:00
Jonathan Rainville daaeb30262 change to command 2018-07-31 10:09:41 -04:00
Anthony Laibe 150be44fff Fix require fs for reset 2018-07-31 11:46:19 +01:00
Jonathan Rainville ea53f9498e swarm adjustements 2018-07-30 15:49:58 -04:00
Jonathan Rainville 67b3dff1ba fix small oopsies and make it work 2018-07-30 14:07:53 -04:00
Iuri Matias 49791c916a simplify: mv reset code into index 2018-07-27 15:18:21 -04:00
Iuri Matias 457594cfc6 add missing services start so console works with refactor changes 2018-07-27 14:55:50 -04:00
Iuri Matias f589f68330 move graph into a module 2018-07-27 14:55:50 -04:00
Iuri Matias 5a0991c41f move blockchain process related files into blockchain module 2018-07-27 14:55:01 -04:00
Iuri Matias 80c617cc60 first stab at refactor blockchain launcher 2018-07-27 14:55:01 -04:00
Anthony Laibe ed9be59abe Use console and override evaluator 2018-07-26 16:00:25 +01:00
Anthony Laibe 5d5fda54e2 Adding profile command 2018-07-25 10:15:43 +01:00
Anthony Laibe b4ea6c03d9 fix eslint 2018-07-25 09:37:17 +01:00
Anthony Laibe a5b9502e82 Add watcher to console command 2018-07-24 16:46:52 +01:00
Anthony Laibe 2d7876146b Use global in repl 2018-07-24 09:40:48 +01:00
Anthony Laibe 3e328801db nodashboard start a repl 2018-07-23 17:05:01 +01:00
Anthony Laibe da1691327a No need for pipeline service, assets are not compiled 2018-07-23 14:33:03 +01:00
Anthony Laibe 08a3879453 Add access to the contract 2018-07-23 14:12:20 +01:00
Anthony Laibe eadea087ae Replace light monitor by REPL 2018-07-23 13:30:58 +01:00
Anthony Laibe 0aa151ee38 Adding light monitor 2018-07-23 10:36:59 +01:00
Anthony Laibe eb2172a0f5 Adding Console Command 2018-07-23 09:34:21 +01:00
Michael Bradley, Jr 4058c08ff1 don't forward host/port cli options if the options weren't specified 2018-07-17 18:41:12 -05:00
Michael Bradley, Jr dfaaa58ce0 propagate `embark run` cli webserver flags to config and service 2018-07-15 23:49:24 -05:00
Iuri Matias 0b0f092385
Merge pull request #617 from embark-framework/bug_fix/upload-build
set isDev as default if there is no blockchain file
2018-07-11 20:19:09 +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 2a6d1cf3fe remove use of initConfig 2018-07-10 08:49:08 -04:00
Jonathan Rainville 325800bc59 set isDev as default if there is no blockchain file 2018-07-09 15:20:47 -04: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 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 6bb8051d83 add todo 2018-07-07 16:59:00 +03:00
Iuri Matias 448593b36f move asset files check from index to pipeline; index shouldn't know about the internals 2018-07-07 16:51:24 +03:00
Iuri Matias 59478f19ff remove unused parameter 2018-07-07 16:34:56 +03:00
Iuri Matias ee81b7e209 add support to download a template 2018-07-06 11:38:09 +03:00
Jonathan Rainville 95b20e2db9 only put isDev when specifically set 2018-06-27 14:32:21 -04:00
Iuri Matias 0ba5f1a1b3
Merge pull request #572 from embark-framework/bug_fix/embark-build-writes-pipeline
Fix for `embark build --contracts` writing into the pipeline
2018-06-25 13:54:07 -04:00
Jonathan Rainville 1e72a50b3b skip build if cmpile only 2018-06-22 11:12:34 -04:00
emizzle 53bda087fa Fix for `embark build --contracts` writing into the pipeline 2018-06-22 15:26:43 +10:00
emizzle befa8e8f22 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-06-22 15:17:51 +10:00
Jonathan Rainville 01277f6014 start web3 service so getGasPrice is available 2018-06-19 10:03:46 -04:00
emizzle a100dd4260 Requested PR fixes
Added catch to live-plugin-manager install promise running in child process

Removed some `else`'s ;)

Only showing solc downloading spinner when `--nodashboard` option is used.

When installing package in main process and simultaneous downloads fail, all callbacks called with error.

Updated logging in npmTimer.
2018-06-15 17:06:59 -04:00
Jonathan Rainville d90d591fdc fix after deploy and build files 2018-06-14 10:39:39 -04:00
Jonathan Rainville 8205f91802 enable loglevel for test logger and actually log 2018-06-13 09:44:19 -04:00
Richard Ramos 05f5a145f1 Added proxy to blockchain 2018-06-11 16:38:29 -04:00
Richard Ramos 339ffa5869 Adding proxy for simulator 2018-06-11 16:38:29 -04:00
Iuri Matias c8b52a1746 fix errors handling so it doesn't attempt to continue building when there are fatal errors compiling contracts 2018-06-08 07:07:27 -04:00
Iuri Matias 6e424f36b0 use const instead of let 2018-06-02 10:06:58 -04:00
Iuri Matias 72e24f5e1b improve loading time by only doing require when needed 2018-06-02 09:54:32 -04:00
Iuri Matias 07e58bcd04 check window size in dashboard instead of index 2018-06-01 19:32:14 -04:00