36 Commits

Author SHA1 Message Date
Iuri Matias
7532562e28
rebase fixes 2018-10-23 10:34:46 +02:00
Evgeniy Filatov
f79834a30d
extracted hardcoded string in constant 2018-10-22 19:25:17 +02:00
Evgeniy Filatov
517365353b
improved error message when there is issue communicating with node 2018-10-22 19:25:17 +02:00
Anthony Laibe
6fe3db4235 Fix typo 2018-09-18 09:42:46 +01: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
Anthony Laibe
c22901ab95 Fix circular JSON and swarm api require 2018-09-13 11:21:17 +01:00
Anthony Laibe
e08892664f Adding new repl options 2018-09-12 15:00:55 +01:00
Anthony Laibe
16c870ac34 Use error logger 2018-09-10 13:57:54 +01:00
Anthony Laibe
b41bcbbe17 Use trace logger for code runner error 2018-09-10 09:26:37 +01:00
Jonathan Rainville
3e89729331 conflict with indents 2018-08-31 08:46:08 -04:00
Anthony Laibe
e0f73c7d22 Make console a module 2018-08-31 09:36:50 +01:00
Anthony Laibe
31cb79bf5b PR feedback 2018-08-30 10:41:13 +01:00
Anthony Laibe
98c785a4bb Fix register var and runcode 2018-08-30 10:04:58 +01:00
Anthony Laibe
cc312a91b6 Refactor code runner 2018-08-30 10:04:58 +01:00
Anthony Laibe
deb433c0fb Fix ens enabled 2018-08-30 10:04:58 +01:00
Anthony Laibe
0a261b050d Name available in console 2018-08-30 10:04:58 +01:00
Anthony Laibe
a8c5205b67 Extract global and web3js 2018-08-30 10:04:58 +01:00
Anthony Laibe
83c01cffdc Storage and Whisper connect 2018-08-30 10:04:58 +01:00
Anthony Laibe
00ccad1d9b Fix isavailable 2018-08-30 10:04:58 +01:00
Anthony Laibe
6c63179fa1 Fix lint 2018-08-30 10:04:58 +01:00
Anthony Laibe
6a2b91d99b Add console/require to codeRunner 2018-08-30 10:04:58 +01:00
Anthony Laibe
307b7dc8e7 EmbarkJS available 2018-08-30 10:04:58 +01:00
Anthony Laibe
d772b4fdaf Add embarkjs to console 2018-08-30 10:04:58 +01:00
Anthony Laibe
de57e48cff Isolate the code runner 2018-08-24 14:05:19 +01:00
Jonathan Rainville
c6abafff05 fix printing 2018-08-23 13:38:58 -04:00
Jonathan Rainville
326e12d23a fix one with variable 2018-08-22 14:23:23 -04:00
Jonathan Rainville
a0b06c6197 make it work with variables too 2018-08-22 14:09:10 -04:00
Jonathan Rainville
8ebe55f457 simple implementation of await 2018-08-22 11:32:15 -04:00
Anthony Laibe
95c23f64b3 Update name 2018-08-21 16:11:06 -04:00
Anthony Laibe
a7b0cea09b Console via IPC do not run on deploy 2018-08-21 16:10:22 -04:00
Anthony Laibe
a59cc29d39 IPC works with errors, console print errors 2018-08-21 16:10:22 -04:00
Anthony Laibe
0924f2dfd0 Apply feedback 2018-08-21 16:09:48 -04:00
Anthony Laibe
27933774a9 Console command connect to ipc 2018-08-21 16:09:48 -04:00
Iuri Matias
75de982772 move code runner to core modules 2018-08-21 16:02:18 -04:00