355 Commits

Author SHA1 Message Date
Jonathan Rainville
daed2fdbd4 add contract logs 2018-08-10 13:40:36 -04:00
Jonathan Rainville
8fbba0e55d rename name to className so it matches contract object 2018-08-10 12:57:37 -04:00
Iuri Matias
dd1dc04818 remove commented code 2018-08-07 13:41:05 -04:00
Iuri Matias
88af1e1faf add contracts and contract page 2018-08-07 13:40:04 -04:00
Jonathan Rainville
4220d1fbf5 fix eslint on EVERYTHING 2018-08-02 15:17:40 -04:00
Anthony Laibe
3374534f39 Use path embark-api 2018-08-01 10:28:25 +01:00
Iuri Matias
efb75f4b1d fix rebase issues 2018-07-31 17:14:05 -04:00
Richard Ramos
b827e8dcd8 Added event to obtain list of contracts and show them on the dashboard 2018-07-31 17:13:03 -04:00
Iuri Matias
44c56e6f22 track original filepath of the contract 2018-07-31 17:13:03 -04:00
Iuri Matias
660c638f70 add event and API end poitn to get the JSON info of a contract 2018-07-31 17:13:03 -04:00
Iuri Matias
34c96f1580 fix ws send; attempt to fix missing contractsState in ws 2018-07-31 17:11:09 -04:00
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