14 Commits

Author SHA1 Message Date
Iuri Matias
1d6da99e8f display last error found
display last line on tx

fix debugger call

listen to source event only after jumping to the end

keep track of last tx; add minimal debug feature; fix ast issue

initial debugger apis & ui integration

prevent crash when step is out of bounds; send all all available data in websocket

add debugger commands

fix line number tracking in editor; toggle breakpoints

replace timeouts with callbacks

add debugger manager & refactor

refactor debugger api

refactor cmd line debugger

reduce debugger decoupling

reduce debugger decoupling

fix debug buttons

trigger source update so api triggers ws event to update source location

move locals and contracts vars to a json view

improve debugger icons

simplify debugger data

update debug package

add command handler to get a contract given a tx; update debugger so it can get a contract by its tx instead of tracking latest txs only

update debugger package
2018-10-23 18:27:40 -04:00
Jonathan Rainville
74cca483b8 fix test app in develop (use WS instead of WEB3) 2018-10-23 11:23:42 -04:00
Subramanian Venkatesan
f686fec74a
ens resolve 2018-10-22 19:53:50 +02:00
Iuri Matias
32a1ba0f32 fix dashboard state so it doesn't show pending for contracts that were not deployed due to deployIf directive 2018-09-15 12:20:20 -04:00
Jonathan Rainville
d9350899b7 fix tests 2018-09-14 15:21:45 -04:00
Jonathan Rainville
a3cd053cb1 fix warnings in sol contracts 2018-09-14 14:20:41 -04:00
Anthony Laibe
7bd0f45fec Remove ENS contracts from test app 2018-09-12 09:29:34 +01:00
Iuri Matias
8f5b47adf4 add deployIf directive support 2018-08-23 18:00:52 -04:00
Jonathan Rainville
8ecf1d854d do not deploy ens contracts (fix for upload) 2018-08-21 15:53:39 -04:00
Jonathan Rainville
b1c04c6027 add test for ENS 2018-08-21 15:53:02 -04:00
Jonathan Rainville
4f4cb094d6 fix webserver errors 2018-08-21 15:29:32 -04:00
Iuri Matias
cd6dcb7548 fix setting default account 2018-06-06 10:39:02 -04:00
Iuri Matias
24eadbd94f convert test_app contracts config from json format to js object 2018-05-11 18:22:32 -04:00
Iuri Matias
2793432b87 convert test_app contracts.json to contracts.js 2018-05-11 18:11:05 -04:00