482 Commits

Author SHA1 Message Date
Iuri Matias
0b9e743564 move console api call into console 2018-08-22 19:04:40 -04:00
Iuri Matias
7d49404f81 move dashboard api into dashboard module 2018-08-22 19:04:40 -04:00
Iuri Matias
ecc092170f add console support to the api 2018-08-22 19:04:40 -04:00
Richard Ramos
7f351c1817 Moving components 2018-08-22 19:04:39 -04:00
Iuri Matias
7868a72f3b move logger api call into logger 2018-08-22 19:04:39 -04:00
Iuri Matias
e36dd40ca1 move console api call into console 2018-08-22 19:04:39 -04:00
Iuri Matias
c4540bed47 move dashboard api into dashboard module 2018-08-22 19:04:39 -04:00
Iuri Matias
ffe4dc8164 fix ws send; attempt to fix missing contractsState in ws 2018-08-22 19:04:39 -04:00
Iuri Matias
46dcd987f5 add dashboard endpoint 2018-08-22 19:04:39 -04:00
Iuri Matias
be8193146a add console support to the api 2018-08-22 19:04:39 -04:00
Iuri Matias
fa3212590d send & parse JSON in the ws calls; add cb to avoid crash due to unavailable connection 2018-08-22 19:04:39 -04:00
Iuri Matias
df81b10bec send logs to ws 2018-08-22 19:04:38 -04:00
Iuri Matias
d7bcade947 add basic ws functionality 2018-08-22 19:04:38 -04:00
Iuri Matias
a496251ad2 add 2nd endpoint to webserver; use express 2018-08-22 19:04:38 -04:00
Richard Ramos
02434bdf3f Changes based on code review
- Style changes for not requiring "else" in handlebar helpers
- Changed build to async
2018-08-22 19:04:38 -04:00
Richard Ramos
9e13d0c336 Fixing template 2018-08-22 19:04:38 -04:00
Richard Ramos
0134e78d9c Reorganizing template 2018-08-22 19:04:38 -04:00
Richard Ramos
ae2965b416 Uncommented error throwing 2018-08-22 19:04:38 -04:00
Richard Ramos
d4af2b047a Fixed plugin loading logic 2018-08-22 19:04:37 -04:00
Richard Ramos
bb0e87da8d Added payable functionality 2018-08-22 19:04:37 -04:00
Richard Ramos
45705dd399 Disabling button while loading 2018-08-22 19:04:37 -04:00
Richard Ramos
a043816750 Base logic for invoking send functions and showin results 2018-08-22 19:04:37 -04:00
Richard Ramos
2679e60860 Alert for error invoking functions 2018-08-22 19:04:37 -04:00
Richard Ramos
ee02404484 Handling boolean parameters 2018-08-22 19:04:37 -04:00
Richard Ramos
43e7da5b7b Form generation for view/constant/pure functions 2018-08-22 19:04:37 -04:00
Richard Ramos
dd1413a037 Importing contract and bootstrap css 2018-08-22 19:04:37 -04:00
Richard Ramos
99827eec22 JS generation + embark.json configuration update 2018-08-22 19:04:37 -04:00
Richard Ramos
b3e2ecbd19 Addid basic templating to start building UI from here 2018-08-22 19:04:37 -04:00
Richard Ramos
6d16125205 Adding base command logic for scaffolding generation 2018-08-22 19:04:36 -04:00
Iuri Matias
bfd4d43c00 remove engine param 2018-08-22 19:04:35 -04:00
Iuri Matias
4bbcb14c63 remove console log 2018-08-22 19:04:35 -04:00
Anthony Laibe
d9ff9d19d1 Adding ipns 2018-08-22 19:04:34 -04:00
Anthony Laibe
34d4a21873 Add ipns resolve 2018-08-22 19:04:34 -04:00
Iuri Matias
a3d828af05 move blockchain connection code to its own module 2018-08-22 19:04:30 -04:00
Iuri Matias
ed1fe256b8 move deployment to module 2018-08-22 19:04:11 -04:00
Iuri Matias
e1ca2900cb move contract deployer to deploy manager 2018-08-22 19:04:11 -04:00
Iuri Matias
43b5b48a60 fix library manager init 2018-08-22 19:04:11 -04:00
Iuri Matias
9e2ee99e17 add missing utils 2018-08-22 19:04:10 -04:00
Iuri Matias
abe8fbd4d1 cleanup 2018-08-22 19:04:10 -04:00
Iuri Matias
f6460ea763 remove debug 2018-08-22 19:03:59 -04:00
Iuri Matias
6ef66ac97a first stab at refactor blockchain launcher 2018-08-22 19:03:59 -04:00
Michael Bradley, Jr
daf5b22435 blockchain -- defaultHost, dockerHostSwap 2018-08-22 19:03:58 -04:00
Jonathan Rainville
51c0040c79 only enabble register in dev 2018-08-22 19:03:57 -04:00
Jonathan Rainville
95345e25e3 small cleanups 2018-08-22 19:03:57 -04:00
Jonathan Rainville
21980a0fe5 pre-dploy using the same function as register 2018-08-22 19:03:56 -04:00
Jonathan Rainville
3ada1b33f0 if no register config, dont register anything 2018-08-22 19:03:56 -04:00
Jonathan Rainville
3dadef752f put register function in another module that can be used by embark and embark js 2018-08-22 19:03:56 -04:00
Jonathan Rainville
64ed4fbe9a fix using only_owner 2018-08-22 19:03:56 -04:00
Jonathan Rainville
5c4c2a8cc8 fix lookup and also enable lookup for new subdomains 2018-08-22 19:03:56 -04:00
Jonathan Rainville
ece73f0c4c fix only_owner to work when called by FIFSRegistrar 2018-08-22 19:03:56 -04:00