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 |
|
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 |
|
Iuri Matias
|
419b31edab
|
Merge pull request #677 from hodlbank/random-privatekey
Allow user to specify "random" as privateKey configuration.
|
2018-08-06 11:23:15 -04:00 |
|
Jonathan Rainville
|
9c039fb6e2
|
only set provider if provider is ENS
|
2018-08-06 08:47:27 -04:00 |
|
hodlbank
|
3edf7c2419
|
Applying simulatorAccounts configuration for "embark simulator".
|
2018-08-03 23:08:02 +00:00 |
|
hodlbank
|
c7e7868bf2
|
Allow user to specify "random" as privateKey configuration. In such case embark generates some random privateKey for the account.
|
2018-08-03 19:56:19 +00:00 |
|
hodlbank
|
0f0a85fbbe
|
Enabling contract:deploy:beforeDeploy plugins to access deploymentAccount value by adding it into the contract object.
|
2018-08-03 19:52:34 +00:00 |
|
Jonathan Rainville
|
828bcabb7b
|
remove provider!==ens
|
2018-08-03 15:15:01 -04:00 |
|
Jonathan Rainville
|
9e6ef275a3
|
disable ens if it is not enabled
|
2018-08-03 08:50:42 -04:00 |
|
Anthony Laibe
|
e24937cadc
|
Merge pull request #674 from embark-framework/feature/add-github-template
Add Github templates
|
2018-08-03 13:27:59 +01:00 |
|
Anthony Laibe
|
55b537f468
|
Add options for logs
|
2018-08-03 13:18:35 +01:00 |
|
Anthony Laibe
|
15c1821ec0
|
Add Github templates
|
2018-08-03 09:20:25 +01:00 |
|
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
|
0742690f49
|
Merge pull request #670 from embark-framework/features/warn-wrong-network
Warn if there is a mismatch in network ids
|
2018-08-02 11:25:08 -04:00 |
|
Jonathan Rainville
|
9fb71b6db3
|
remove extra space
|
2018-08-01 09:24:28 -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 |
|
Jonathan Rainville
|
752fde7fed
|
remove duplicated register
|
2018-07-31 10:08:49 -04:00 |
|