Anthony Laibe
2c1988422f
Add blockchain account endpoint
2018-08-22 19:04:57 -04:00
Iuri Matias
37355a1634
re-add missing backend files
2018-08-22 19:04:57 -04:00
Iuri Matias
d25b5b8ac0
fix index.html
2018-08-22 19:04:57 -04:00
Iuri Matias
49889ab75f
fix branch
2018-08-22 19:04:56 -04:00
Iuri Matias
161dfb5bf3
fix identation
2018-08-22 19:04:56 -04:00
Iuri Matias
68805d4e08
cherry-pick features/react-routes
2018-08-22 19:04:56 -04:00
Iuri Matias
e7066cd1f3
fix rebase issues
2018-08-22 19:04:56 -04:00
Richard Ramos
902f03d05e
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:04:56 -04:00
Richard Ramos
3ac7ca380c
Allows copying commands to clipboard
2018-08-22 19:04:56 -04:00
Richard Ramos
bc8315f31e
Verifying if contract can be deployed or not
2018-08-22 19:04:56 -04:00
Richard Ramos
6e865d1ed5
Added event to obtain list of contracts and show them on the dashboard
2018-08-22 19:04:56 -04:00
Richard Ramos
e9c12b427d
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:04:56 -04:00
Richard Ramos
89d890f4b9
Added section to embark backend tab
2018-08-22 19:04:55 -04:00
Iuri Matias
357e121f05
track original filepath of the contract
2018-08-22 19:04:55 -04:00
Iuri Matias
90fd67add8
add event and API endpoint to get the contract sourcecode
2018-08-22 19:04:55 -04:00
Iuri Matias
98cf3e3f35
add event and API end poitn to get the JSON info of a contract
2018-08-22 19:04:55 -04:00
Iuri Matias
5b5e4ad3fd
first stab a backend tab
2018-08-22 19:04:55 -04:00
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
ea499b486f
add api registration to plugin
2018-08-22 19:04:40 -04:00
Iuri Matias
32cce57b68
fix ws send; attempt to fix missing contractsState in ws
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
Richard Ramos
e4b4bcd3b5
Components for Contract UI
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
9a1ecc68ce
add api registration to plugin
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
2e5ba76dd5
trigger log events for all log levels
2018-08-22 19:04:38 -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
8a20eeb53e
Simplified error handling
2018-08-22 19:04:38 -04:00
Richard Ramos
ae2965b416
Uncommented error throwing
2018-08-22 19:04:38 -04:00
Richard Ramos
c3cae28c66
Fixing framework loading
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