Iuri Matias
55b411ea22
add api registration to plugin
2018-09-30 10:37:13 -04:00
Iuri Matias
e0ba5ebea6
trigger log events for all log levels
2018-09-30 10:35:53 -04:00
Iuri Matias
e996d329fa
move processes into core
2018-09-30 10:11:29 -04:00
Iuri Matias
3388b2ac46
move blockchain connection code to its own module
2018-09-30 10:10:29 -04:00
Iuri Matias
2973f4eaa0
get blockchain object from event bus
2018-09-30 10:09:44 -04:00
Iuri Matias
060305d51f
clean up
2018-09-30 10:09:44 -04:00
Iuri Matias
7b986666a6
move code generator to a module
2018-09-30 10:09:44 -04:00
Iuri Matias
3cc0c5dee8
move proxy out of core
2018-09-30 10:01:41 -04:00
Michael Bradley, Jr
cabcbe97cc
proxy -- canonicalHost, defaultHost
2018-09-30 10:01:41 -04:00
Michael Bradley, Jr
e1483c7aaf
more conservative: only modify webpack's subclass of ProcessWrapper
2018-09-30 09:53:54 -04:00
Michael Bradley, Jr
b7ba63dd89
env options property doesn't need to be passed to ProcessLauncher
2018-09-30 09:53:54 -04:00
Michael Bradley, Jr
7acf32287d
propagate env
2018-09-30 09:47:44 -04:00
Iuri Matias
e2954e8729
re-add register upload cmd api; refactor storage module initialization
2018-09-30 09:29:47 -04:00
Iuri Matias
09569db9a1
remove no longer used plugin cmd api
2018-09-30 09:29:47 -04:00
Jonathan Rainville
32778edd43
revert caca code
2018-09-30 09:24:25 -04:00
Iuri Matias
8518e4aa2a
fixes due to bad rebase
2018-09-30 09:18:45 -04:00
Iuri Matias
71a5532454
fixes due to bad rebase
2018-09-30 08:54:44 -04:00
Iuri Matias
f5883bdd1c
fixes due to bad rebase
2018-09-30 08:53:22 -04:00
Iuri Matias
f86d035702
fixes due to bad rebase
2018-09-30 08:51:07 -04:00
Richard Ramos
f934b5be6c
Adding base command logic for scaffolding generation
2018-09-30 08:43:10 -04:00
Iuri Matias
dddd49a560
move processes into core
2018-09-30 08:34:59 -04:00
Iuri Matias
d119aa7093
first stab at refactor blockchain launcher
2018-09-29 22:25:32 -04:00
Jonathan Rainville
189e5f1b16
conflict in package json
2018-09-29 22:06:49 -04:00
Iuri Matias
46a24d9bae
fix lint
2018-09-29 21:02:41 -04:00
Iuri Matias
79360ae3c2
fixes due to bad rebase
2018-09-29 20:55:31 -04:00
Iuri Matias
0c25ae2bbf
fixes due to bad rebase
2018-09-29 20:55:31 -04:00
Iuri Matias
97b19d4a69
fixes due to bad rebase
2018-09-29 20:47:49 -04:00
Iuri Matias
755a733f76
fixes due to bad rebase
2018-09-29 20:46:53 -04:00
Iuri Matias
85e097f84c
fixes due to bad rebase
2018-09-29 20:41:21 -04:00
Richard Ramos
ebc7c4c19a
Fixed plugin loading logic
2018-09-29 20:37:08 -04:00
Richard Ramos
521c6d36c1
Form generation for view/constant/pure functions
2018-09-29 20:37:08 -04:00
Richard Ramos
d9026bbfb2
Adding base command logic for scaffolding generation
2018-09-29 20:35:35 -04:00
Iuri Matias
0ddcd5b9cd
move processes into core
2018-09-29 20:35:35 -04:00
Iuri Matias
f4d3a35887
cleanup
2018-09-29 20:26:57 -04:00
Iuri Matias
79e515ddb0
first stab at refactor blockchain launcher
2018-09-29 20:25:41 -04:00
Michael Bradley, Jr
c44a6b8e81
proxy -- canonicalHost, defaultHost
2018-09-29 20:11:08 -04:00
Andre Medeiros
9bc871d957
Fix failing test on blockchain
2018-09-29 19:48:06 -04:00
Jonathan Rainville
7f25c1b2cc
fix when using mining script
2018-09-29 19:44:20 -04:00
Jonathan Rainville
bad3a9e736
revert caca code
2018-09-29 19:44:20 -04:00
Jonathan Rainville
041a129c47
conflict in package json
2018-09-29 19:44:20 -04:00
Anthony Laibe
1b4e0c84f7
Add missing config
...
The configuration for test is not passed via the engine
2018-09-28 13:22:28 +01:00
Iuri Matias
904c716d89
Merge pull request #856 from embark-framework/features/config-browser-open
...
cli and config options for browser auto-open
2018-09-18 13:11:55 -04:00
Anthony Laibe
6fe3db4235
Fix typo
2018-09-18 09:42:46 +01:00
Michael Bradley, Jr
1b7aed8b80
openBrowser config option
2018-09-17 17:59:52 -05:00
Michael Bradley, Jr
c360975e8f
webServer svc doesn't need to handle cli opts (handled in core/config)
2018-09-17 17:59:52 -05:00
Iuri Matias
d6f1925cec
Merge pull request #849 from embark-framework/bugfix/better-support-for-await
...
Better support for await
2018-09-17 14:11:20 -04:00
Anthony Laibe
3a210f602b
Better support for await
2018-09-17 09:57:51 +01:00
emizzle
31d3125baf
Fix for embark run crashing after console connects to it
...
The providerUrl being provided to the console VM was looking for a WebsocketProvider-specific property which did not exist on the HttpProvider.
Type checking was added to provide the necessary type-dependent property.
2018-09-17 13:03:55 +10:00
Iuri Matias
b53eb11285
Merge pull request #833 from embark-framework/bug_fix/http-inception
...
Fix contracts with http import inceptions
2018-09-14 18:15:52 -04:00
Iuri Matias
9b2fa9402b
Merge pull request #822 from embark-framework/bugfix/circular-json
...
Fix circular JSON and swarm api require
2018-09-14 18:11:34 -04:00