Iuri Matias
5ffb02c24c
remove engine dependency; use api
2018-07-30 14:33:01 -04:00
Iuri Matias
176f6dc84b
move blockchain connection code to its own module
2018-07-27 16:54:33 -04:00
Iuri Matias
5fb4a3c8a6
get blockchain object from event bus
2018-07-27 16:03:15 -04:00
Iuri Matias
3579394baf
rename blockchain connector
2018-07-27 15:36:16 -04:00
Iuri Matias
b48ec4c638
move code generator to a module
2018-07-27 15:18:21 -04:00
Iuri Matias
b35d034692
move accountParser to utils
2018-07-27 15:18:21 -04:00
Iuri Matias
3b829cbb90
move deployment to module
2018-07-27 15:18:21 -04:00
Iuri Matias
a42a52dab6
prepare to make it a module
2018-07-27 15:18:21 -04:00
Iuri Matias
aa629ac895
move contract deployer to deploy manager
2018-07-27 15:18:21 -04:00
Iuri Matias
3812518268
set gas limit through event
2018-07-27 15:18:21 -04:00
Iuri Matias
16b70be15d
add missing utils
2018-07-27 14:55:50 -04:00
Iuri Matias
3f82d7140e
refactor blockchain check
2018-07-27 14:55:50 -04:00
Iuri Matias
4e04f78eaa
re-add events
2018-07-27 14:55:50 -04:00
Iuri Matias
55c001deda
cleanup
2018-07-27 14:55:50 -04:00
Iuri Matias
69bb03d56d
move copmiler to a module
2018-07-27 14:55:50 -04:00
Iuri Matias
7d663cee06
move code runner to core modules
2018-07-27 14:55:50 -04:00
Iuri Matias
f6efb3471a
move proxy out of core
2018-07-27 14:55:50 -04:00
Iuri Matias
9f814d8599
remove debug
2018-07-27 14:55:01 -04:00
Iuri Matias
68a187136d
move blockchain process to own module
2018-07-27 14:55:01 -04:00
Iuri Matias
80c617cc60
first stab at refactor blockchain launcher
2018-07-27 14:55:01 -04:00
Iuri Matias
2192347631
Merge pull request #642 from embark-framework/features/ens-register
...
ENS pre-register domains in development
2018-07-27 14:51:47 -04:00
Jonathan Rainville
f0746a8d8b
add new blockchain event
2018-07-26 14:50:44 -04:00
Iuri Matias
444c504061
Merge pull request #640 from embark-framework/feature/log-gas-info
...
Display info about gas when deploying contract
2018-07-26 14:42:46 -04:00
Michael Bradley
83d42a3a44
Merge pull request #631 from embark-framework/features/embarkjs-from-npm
...
use the embarkjs package
2018-07-26 12:50:03 -05:00
Iuri Matias
c0d2acd0d4
Merge pull request #626 from embark-framework/bug_fix/duplicate-deps
...
fix duplicate dependencies and warn correctly for length
2018-07-26 13:32:07 -04:00
Michael Bradley, Jr
406c1c3fce
simplify ternary re: `__mainContext` and `this`
2018-07-25 16:04:24 -05:00
Michael Bradley, Jr
f4b00e6bbf
rm disabled line
2018-07-25 16:03:52 -05:00
Michael Bradley, Jr
757e825be9
mainContext -- fallback to `this`, then `self`, then `undefined`
2018-07-25 16:03:52 -05:00
Michael Bradley, Jr
9730c198d3
don't blow away the global web3
2018-07-25 16:02:58 -05:00
Michael Bradley, Jr
5d67917326
check for self
2018-07-25 16:02:58 -05:00
Michael Bradley, Jr
3fb4d86e67
window -> global; reorg statements
2018-07-25 16:02:58 -05:00
Michael Bradley, Jr
207f3ffe93
make Web3 (note capital 'w') globally accessible
2018-07-25 16:01:48 -05:00
Michael Bradley, Jr
dc50ea864e
import EmbarkJS from npm pkg, re-export, make it globally accessible
2018-07-25 16:01:48 -05:00
Anthony Laibe
eea987f95e
Display info about gas when deploying contract
2018-07-25 13:27:15 +01:00
Anthony Laibe
d0b76ea4bc
Remove code dependencies to underscore
2018-07-24 13:29:06 +01:00
Richard Ramos
c376cd9000
Add environment to EmbarkJS
2018-07-18 10:49:44 -04:00
Jonathan Rainville
f49d21d491
fix the indexOf instead by simulating what solc does
2018-07-12 11:18:03 -04:00
Jonathan Rainville
5e210a67fa
fix duplicate dependencies and warn correctly for length
2018-07-12 10:23:24 -04:00
Iuri Matias
3ed4d28970
remove custom web3 js; use packaged one instead
2018-07-12 01:04:10 +03:00
Jonathan Rainville
cc3839382c
check for receipt address before calling back
2018-07-11 08:47:12 -04:00
Jonathan Rainville
d3366197b3
add interval in case deployment gets stuck
2018-07-09 16:50:38 -04:00
Jonathan Rainville
d0525c7e5b
Merge pull request #614 from embark-framework/bug_fix/events-dont-wrok
...
Just add back the gas cost PR
2018-07-09 11:25:25 -04:00
emizzle
5c385b0e82
Fixed __mainContext error
...
There was a condition checking if blockchain config was disabled and if so, do not generate any provider code, which is where the `__mainContext` was being defined. This was changed to generate the `__mainContext` code first, then if blockchain is disabled, return the already generated code.
2018-07-09 10:57:14 +10:00
Iuri Matias
d40ae2f374
Merge pull request #606 from embark-framework/bug_fix/events-dont-wrok
...
Fix events usage with websocket providers
2018-07-07 00:17:54 +03:00
Jonathan Rainville
c7876bc7cd
add reporter with event to get receipt
2018-07-06 15:11:18 -04:00
Jonathan Rainville
415df3312f
fix webserver errors
2018-07-06 14:43:01 -04:00
Jonathan Rainville
817c4a6209
wip working
2018-07-05 08:38:19 -04:00
Jonathan Rainville
66b7d50d61
remove provider-engine as it has been creating lots of issues
2018-07-03 16:39:17 -04:00
Iuri Matias
f43b924477
fix metamask check for non dev environment
2018-06-29 18:00:21 -04:00
Iuri Matias
aff102a169
detect if there is a connection error and pass it down to the ready function
2018-06-29 17:49:17 -04:00