3070 Commits

Author SHA1 Message Date
Anthony Laibe
3d6c169d1f Support old and new console plugin with a warning 2018-08-10 15:54:21 +01:00
Anthony Laibe
ec73bd5033 Make webserver start/stop use callback 2018-08-10 15:09:56 +01:00
Anthony Laibe
56fc7519e0 Apply feedback 2018-08-10 14:22:45 +01:00
Anthony Laibe
366fa2a4c6 Console command connect to ipc 2018-08-10 09:19:22 +01:00
Iuri Matias
7704d1f2f5
Merge pull request #691 from embark-framework/features/para-deploy
More Parallel deploy
2018-08-09 13:57:46 -04:00
Jonathan Rainville
67cb206d40 remove dependencyCount 2018-08-09 13:44:13 -04:00
Jonathan Rainville
671a7578ee Merge branch 'develop' of https://github.com/embark-framework/embark into develop 2018-08-09 13:12:10 -04:00
Jonathan Rainville
39ef235b7e hotfixx blockchain command requires 2018-08-09 13:11:54 -04:00
Iuri Matias
0319321474
Merge pull request #690 from embark-framework/bug_fix/ens-resolver-bug
add error if no default account because of metamask in demo
2018-08-09 13:01:28 -04:00
Jonathan Rainville
d8ea11ecba use async auto to deploy parallely 2018-08-09 12:58:41 -04:00
Iuri Matias
8a9639e415
Merge pull request #689 from embark-framework/bugfix/profiler-size
Fix fuzzer while profiling
2018-08-09 12:57:46 -04:00
Jonathan Rainville
3e07469680 add error if no default account because of metamask 2018-08-09 10:07:46 -04:00
Iuri Matias
6aee7ad637
Merge pull request #688 from embark-framework/cmd_folder
move cmd code
2018-08-09 09:16:12 -04:00
Anthony Laibe
4da7e7f516 Fix fuzzer while profiling 2018-08-09 13:52:41 +01:00
Jonathan Rainville
ab73327b76
Merge pull request #686 from embark-framework/bug_fix/bad-file-reload
fix reload file removing plugins
2018-08-09 08:49:59 -04:00
Iuri Matias
81bbf838c8 rename to cmd 2018-08-09 08:30:58 -04:00
Iuri Matias
734a75ce4e update tests 2018-08-08 18:15:25 -04:00
Iuri Matias
89228850f5 move cmd controller to cmd-ui 2018-08-08 18:07:10 -04:00
Jonathan Rainville
9e70751dfb fix reload file removing plugins 2018-08-08 17:10:36 -04:00
Iuri Matias
8e2cb12654 move cmd to cmd folder 2018-08-08 15:05:22 -04:00
Iuri Matias
33668c3f8b
Merge pull request #685 from embark-framework/module_refactor_4
remove cmds & contracts folder; move to modules or utils
2018-08-08 13:29:53 -04:00
Iuri Matias
9697b963a0 update test 2018-08-08 12:37:22 -04:00
Iuri Matias
4efc19d4bc remove unneded space 2018-08-08 12:19:49 -04:00
Iuri Matias
fa33ed33d8 move template generator 2018-08-08 12:19:23 -04:00
Iuri Matias
46c18fd81d move simulator & proxy to blockchain process module 2018-08-08 12:19:23 -04:00
Iuri Matias
9e53f7a823
Merge pull request #684 from embark-framework/contracts_manager_refactor
move contracts manager to its own module
2018-08-08 12:17:44 -04:00
Iuri Matias
ae885b2462 rename module 2018-08-08 12:15:42 -04:00
Iuri Matias
8680a80507 move contracts manager to its own module 2018-08-08 12:15:42 -04:00
Iuri Matias
8be21d0b17
Merge pull request #682 from embark-framework/features/hide-contract-logs
Hide ENS logs etc
2018-08-08 12:08:25 -04:00
Jonathan Rainville
dc9b9f9be3 hide assuming when silent 2018-08-07 16:21:01 -04:00
Jonathan Rainville
1310edee5a hide contracts from dashboard when silent 2018-08-07 16:18:40 -04:00
Jonathan Rainville
b5a8ba902e hide logs for on Deploy if silent 2018-08-07 16:04:26 -04:00
Jonathan Rainville
ff7612f89b set log function as trace if silent for contract deployer 2018-08-07 15:30:02 -04:00
Jonathan Rainville
901b87ac4a fix 2018-08-07 15:29:33 -04:00
Jonathan Rainville
84264b2087 hotfix network id comparison string vs number 2018-08-07 15:04:58 -04:00
Iuri Matias
00bb7a0de0
Merge pull request #681 from embark-framework/bugfix/test-ipc
Fix connection to IPC
2018-08-07 13:28:49 -04:00
Anthony Laibe
53585cba50 Fix connection to IPC
- Make sure the folder .embark exist otherwise the first time there is a
run, the connection abort
- Fix the number of args in the callback function
2018-08-07 16:37:46 +01:00
Iuri Matias
904cef4b6b
Merge pull request #680 from embark-framework/tests_remove_contracts_manager
remove contracts manager dependency from tests
2018-08-07 09:54:10 -04:00
Iuri Matias
29c0f3432c remove unsused require 2018-08-07 09:37:48 -04:00
Jonathan Rainville
e92984cebe
Merge pull request #678 from hodlbank/blockchain-simulator-accounts
Applying simulatorAccounts configuration for "embark simulator" command
2018-08-06 16:48:57 -04:00
hodlbank
922a400b5b [m] Parsing simulatorAccounts using AccountParser . 2018-08-06 20:35:47 +00:00
Jonathan Rainville
ab0a3b0735 only set provider if provider is ENS 2018-08-06 20:35:47 +00:00
hodlbank
c60a2a6fed Allow user to specify "random" as privateKey configuration. In such case embark generates some random privateKey for the account. 2018-08-06 20:35:47 +00:00
hodlbank
513154e427 Enabling contract:deploy:beforeDeploy plugins to access deploymentAccount value by adding it into the contract object. 2018-08-06 20:35:47 +00:00
Jonathan Rainville
69bd34392b remove provider!==ens 2018-08-06 20:35:47 +00:00
Jonathan Rainville
960202dee9 disable ens if it is not enabled 2018-08-06 20:35:47 +00:00
Iuri Matias
70b64e6658 refactor test deployment to not use engine directly 2018-08-06 16:32:22 -04:00
Iuri Matias
7d81155f55 requests instead of contract object directly 2018-08-06 15:16:58 -04:00
Iuri Matias
bed119a800
Merge pull request #676 from hodlbank/deployment-address-for-beforedeploy-plugin
Enabling contract:deploy:beforeDeploy plugins to access deploymentAccount
2018-08-06 11:26:51 -04:00
Iuri Matias
686fd4bdb6
Merge pull request #675 from embark-framework/bug_fix/disable-ens
disable ens if it is not enabled
2018-08-06 11:25:16 -04:00