2133 Commits

Author SHA1 Message Date
Iuri Matias
12df580267 move console api call into console 2018-08-22 19:18:02 -04:00
Iuri Matias
46fd27842a move dashboard api into dashboard module 2018-08-22 19:18:02 -04:00
Iuri Matias
119ef6f8e5 add api registration to plugin 2018-08-22 19:18:02 -04:00
Iuri Matias
a22ace3834 fix ws send; attempt to fix missing contractsState in ws 2018-08-22 19:18:02 -04:00
Iuri Matias
5845579bb8 add dashboard endpoint 2018-08-22 19:18:02 -04:00
Iuri Matias
3a64544a4a add console support to the api 2018-08-22 19:18:02 -04:00
Iuri Matias
c11b901dba send & parse JSON in the ws calls; add cb to avoid crash due to unavailable connection 2018-08-22 19:18:02 -04:00
Iuri Matias
a7f51dde19 trigger log events for all log levels 2018-08-22 19:18:02 -04:00
Iuri Matias
3dfe720386 send logs to ws 2018-08-22 19:18:02 -04:00
Iuri Matias
6959d6d5be add basic ws functionality 2018-08-22 19:18:01 -04:00
Iuri Matias
adc924df3e add 2nd endpoint to webserver; use express 2018-08-22 19:18:01 -04:00
Richard Ramos
12354e5eab Changes based on code review
- Style changes for not requiring "else" in handlebar helpers
- Changed build to async
2018-08-22 19:18:01 -04:00
Richard Ramos
9c666fcfba Fixing template 2018-08-22 19:18:01 -04:00
Richard Ramos
20d2e59ae1 Reorganizing template 2018-08-22 19:18:01 -04:00
Richard Ramos
45f7710476 Simplified error handling 2018-08-22 19:18:01 -04:00
Richard Ramos
15884309e5 Uncommented error throwing 2018-08-22 19:18:01 -04:00
Richard Ramos
47168e5437 Fixed plugin loading logic 2018-08-22 19:18:01 -04:00
Richard Ramos
911f7fde58 Added payable functionality 2018-08-22 19:17:58 -04:00
Richard Ramos
5c7b65f4b2 Disabling button while loading 2018-08-22 19:17:58 -04:00
Richard Ramos
1fe7ee67a3 Base logic for invoking send functions and showin results 2018-08-22 19:17:58 -04:00
Richard Ramos
4e5e5260f9 Alert for error invoking functions 2018-08-22 19:17:58 -04:00
Richard Ramos
f86cf22c39 Form generation for view/constant/pure functions 2018-08-22 19:17:58 -04:00
Richard Ramos
0c84e9974c Importing contract and bootstrap css 2018-08-22 19:17:58 -04:00
Richard Ramos
51db798988 JS generation + embark.json configuration update 2018-08-22 19:17:57 -04:00
Richard Ramos
5972c885ed Addid basic templating to start building UI from here 2018-08-22 19:17:57 -04:00
Richard Ramos
8bb83e2798 Adding base command logic for scaffolding generation 2018-08-22 19:17:57 -04:00
Anthony Laibe
43e2b17820 Change connection 2018-08-22 19:17:57 -04:00
Michael Bradley, Jr
29c3b5e093 Revert "Merge pull request #663 from embark-framework/revert-656-bug_fix/dot.embark_versions_modules"
This reverts commit 7859c384ca1a9a4a307a53ea2b477c0d78766ca9, reversing
changes made to a58f21c30340e74c3cd8b35b4545a6760c9d9909.
2018-08-22 19:17:57 -04:00
Iuri Matias
be47610350 remove engine param 2018-08-22 19:17:56 -04:00
Iuri Matias
51e5f8d8b2 Revert ".embark/versions modules" 2018-08-22 19:17:56 -04:00
Iuri Matias
28f76441df remove console log 2018-08-22 19:17:56 -04:00
Anthony Laibe
30c088a0b0 Adding ipns 2018-08-22 19:17:55 -04:00
Anthony Laibe
65ca4e0e3d Add ipns resolve 2018-08-22 19:17:55 -04:00
Anthony Laibe
a273a988f6 Do not connect to the node until it is needed in test 2018-08-22 19:17:55 -04:00
Michael Bradley, Jr
d08c3d2f51 revs re: .embark/versions 2018-08-22 19:17:54 -04:00
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