2198 Commits

Author SHA1 Message Date
Iuri Matias
3e99f1ddfb move processes into core 2018-08-22 19:17:54 -04:00
Iuri Matias
51f5d42c48 move intercept logs to utils 2018-08-22 19:17:51 -04:00
Iuri Matias
a44aebe6bc move blockchain connection code to its own module 2018-08-22 19:17:51 -04:00
Iuri Matias
0ffc767f92 get blockchain object from event bus 2018-08-22 19:17:47 -04:00
Iuri Matias
6c662c02c6 rename blockchain connector 2018-08-22 19:17:47 -04:00
Iuri Matias
c75ffc4375 clean up 2018-08-22 19:17:46 -04:00
Iuri Matias
c6e5173420 move code generator to a module 2018-08-22 19:17:46 -04:00
Iuri Matias
5505bddfb6 move deployment to module 2018-08-22 19:17:46 -04:00
Iuri Matias
10a05324e7 move contract deployer to deploy manager 2018-08-22 19:17:46 -04:00
Iuri Matias
89e1a7dfb8 fix library manager init 2018-08-22 19:17:46 -04:00
Iuri Matias
7ef1244c59 add missing utils 2018-08-22 19:17:45 -04:00
Iuri Matias
cc15e32d4f re-add events 2018-08-22 19:17:45 -04:00
Iuri Matias
019750b85f cleanup 2018-08-22 19:17:45 -04:00
Iuri Matias
a706dd0638 update to fix tests 2018-08-22 19:17:45 -04:00
Iuri Matias
062de6b4fb move graph into a module 2018-08-22 19:17:44 -04:00
Iuri Matias
78db7bba1c move code runner to core modules 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
89beb840fa rename process manager 2018-08-22 19:17:40 -04:00
Iuri Matias
adb8dc178e move process files into processes folder 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
Iuri Matias
aaa65747c1 remove debug 2018-08-22 19:17:35 -04:00
Iuri Matias
0e8d03a025 move blockchain process to own module 2018-08-22 19:17:35 -04:00
Iuri Matias
5a7fe6b188 first stab at refactor blockchain launcher 2018-08-22 19:17:35 -04:00
Michael Bradley, Jr
3df1105961 proxy -- canonicalHost, defaultHost 2018-08-22 19:17:35 -04:00
Michael Bradley, Jr
b99a8d3804 blockchain -- defaultHost, dockerHostSwap 2018-08-22 19:17:29 -04:00
Michael Bradley, Jr
87c7b90ae4 simulator -- defaultHost, dockerHostSwap 2018-08-22 19:17:29 -04:00
Jonathan Rainville
76eb365d37 only enabble register in dev 2018-08-22 19:17:28 -04:00
Jonathan Rainville
1f9bdd6900 small cleanups 2018-08-22 19:17:28 -04:00
Jonathan Rainville
0ca006679b pre-dploy using the same function as register 2018-08-22 19:17:28 -04:00
Jonathan Rainville
743a9cccc6 if no register config, dont register anything 2018-08-22 19:17:28 -04:00
Jonathan Rainville
b8ec833846 put register function in another module that can be used by embark and embark js 2018-08-22 19:17:28 -04:00
Jonathan Rainville
4958304a50 fix using only_owner 2018-08-22 19:17:28 -04:00
Jonathan Rainville
9eb6e9a949 fix lookup and also enable lookup for new subdomains 2018-08-22 19:17:27 -04:00
Jonathan Rainville
72cf9f2430 fix only_owner to work when called by FIFSRegistrar 2018-08-22 19:17:27 -04:00
Jonathan Rainville
b6ffd73b22 add function to register the domains from config 2018-08-22 19:17:27 -04:00
Jonathan Rainville
02d3b11f33 add new blockchain event 2018-08-22 19:17:27 -04:00
Jonathan Rainville
305e803443 conflict in embark js 2018-08-22 19:17:23 -04:00
Jonathan Rainville
48502adb08 conflict in lock 2018-08-22 19:17:23 -04:00
Jonathan Rainville
118d8cc86f add resolver contract 2018-08-22 19:17:23 -04:00
Jonathan Rainville
d453eeaeee very wip working register 2018-08-22 19:17:22 -04:00
Anthony Laibe
2e98f09b34 Add dedicated writer for string result 2018-08-22 19:17:22 -04:00
Anthony Laibe
fd96c652b6 Use console and override evaluator 2018-08-22 19:17:22 -04:00
Michael Bradley, Jr
0d8ac907d2 more conservative: only modify webpack's subclass of ProcessWrapper 2018-08-22 19:17:22 -04:00
Michael Bradley, Jr
5914f2aeb9 env options property doesn't need to be passed to ProcessLauncher 2018-08-22 19:17:22 -04:00
Michael Bradley, Jr
d3b53330af simplify ternary re: __mainContext and this 2018-08-22 19:17:22 -04:00
Michael Bradley, Jr
f68ed2b39f mainContext -- fallback to this, then self, then undefined 2018-08-22 19:17:21 -04:00
Michael Bradley, Jr
7b35381999 rev webpack config w.r.t. webpack 4, babel 7 2018-08-22 19:17:21 -04:00
Michael Bradley, Jr
a9b72672aa propagate env 2018-08-22 19:17:20 -04:00
Michael Bradley, Jr
dce1e2a4f5 check for self 2018-08-22 19:17:20 -04:00
Anthony Laibe
552ee84f1e Adding profile command 2018-08-22 19:17:11 -04:00