Anthony Laibe
014e6cbe46
Update README
2018-08-22 19:18:08 -04:00
Anthony Laibe
53a49d48b9
Use path embark-api
2018-08-22 19:18:08 -04:00
Anthony Laibe
4e44e07378
Adding embark ui
2018-08-22 19:18:08 -04:00
Anthony Laibe
d606895abc
Add blockchain account endpoint
2018-08-22 19:18:08 -04:00
Iuri Matias
2ed3a5872d
re-add missing backend files
2018-08-22 19:18:08 -04:00
Iuri Matias
5cbdf18a19
fix index.html
2018-08-22 19:18:08 -04:00
Iuri Matias
266b74282f
fix branch
2018-08-22 19:18:07 -04:00
Iuri Matias
a549f96539
fix identation
2018-08-22 19:18:07 -04:00
Iuri Matias
bf02e88e3c
cherry-pick features/react-routes
2018-08-22 19:18:07 -04:00
Iuri Matias
a9296a3a83
fix rebase issues
2018-08-22 19:18:07 -04:00
Richard Ramos
15edbd398d
Fixing function invokation and result showing
...
- Booleans weren't being sent correctly (it always assumed true)
- Booleans now are shown on the results
- Handling result visualization when there's more than one parameter
2018-08-22 19:18:07 -04:00
Richard Ramos
f25fbc8e2c
Allows copying commands to clipboard
2018-08-22 19:18:07 -04:00
Richard Ramos
f65c24d44e
Verifying if contract can be deployed or not
2018-08-22 19:18:07 -04:00
Richard Ramos
a54b8226eb
Added event to obtain list of contracts and show them on the dashboard
2018-08-22 19:18:07 -04:00
Richard Ramos
cc0f503a2b
Handling errors and UI reorganization / features
...
- UI shows error screen if contract doesn't exist or fails fetching data
- Menu shows selected state and icons can be specified
- Component created for card alerts
2018-08-22 19:18:07 -04:00
Richard Ramos
b567db9aa7
Added section to embark backend tab
2018-08-22 19:18:06 -04:00
Iuri Matias
92dada520b
track original filepath of the contract
2018-08-22 19:18:06 -04:00
Iuri Matias
9029ee1acc
add event and API endpoint to get the contract sourcecode
2018-08-22 19:18:06 -04:00
Iuri Matias
a8630d3a56
add event and API end poitn to get the JSON info of a contract
2018-08-22 19:18:06 -04:00
Iuri Matias
a44bcc4dd1
first stab a backend tab
2018-08-22 19:18:06 -04:00
Iuri Matias
164b940f2b
move console api call into console
2018-08-22 19:18:03 -04:00
Iuri Matias
88df7be49b
move dashboard api into dashboard module
2018-08-22 19:18:03 -04:00
Iuri Matias
e3933ac9c6
add api registration to plugin
2018-08-22 19:18:03 -04:00
Iuri Matias
80a54621ee
fix ws send; attempt to fix missing contractsState in ws
2018-08-22 19:18:03 -04:00
Iuri Matias
345e32510b
add console support to the api
2018-08-22 19:18:03 -04:00
Richard Ramos
1e2be154ab
Moving components
2018-08-22 19:18:03 -04:00
Richard Ramos
8d1323170e
Components for Contract UI
2018-08-22 19:18:03 -04:00
Iuri Matias
977db1d945
move logger api call into logger
2018-08-22 19:18:02 -04:00
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