Commit Graph

2053 Commits (06071125b30a98cc35d0e167a694f3ee16128c52)
 

Author SHA1 Message Date
Iuri Matias 06071125b3 make linter happy 6 years ago
Iuri Matias 3ea9af71e7 remove uneeded file; remove decoupling 6 years ago
Iuri Matias c644881177 cleanup 6 years ago
Iuri Matias 9bb4a1027e add methods needed for solidity code navigation 6 years ago
Iuri Matias cbfcccf023 fix breakpoint event; add method to trigger souce update 6 years ago
Iuri Matias c5fb48176e add jumpto and get trace length steps 6 years ago
Iuri Matias 90d4bb55ec improve api by adding common methods 6 years ago
Iuri Matias a9790829d6 add loadCompilationData method 6 years ago
Iuri Matias 0046453a42 add callbacks so each step of the debugger is only called when it's ready 6 years ago
Iuri Matias 8b8943fc35 remove unneeded console logs; prevent crash when step is out of bounds 6 years ago
Iuri Matias c4267d4394 add more events 6 years ago
Iuri Matias 9b557f0c7b display errors 6 years ago
Iuri Matias 5d5fcae465 don't print source automatically; has to be required instead 6 years ago
Iuri Matias 3d2dbb461f update lib; remove various console logs 6 years ago
Iuri Matias 3284337fd0 add resolveToReducedTrace; clean up; improve output 6 years ago
Iuri Matias b40e09e393 improve displaying current step 6 years ago
Iuri Matias 7df0cf278e add basic cmd line debugger 6 years ago
Iuri Matias ffa2f6fbf0 update test script 6 years ago
Iuri Matias 8bf8276a3b re-add offset component; add missing vmdebugger start 6 years ago
Iuri Matias 4405f5d866 add offsetToLineColumnConverter to remix-lib 6 years ago
Iuri Matias eb15b2d11c init providers only after already listening to events 6 years ago
Iuri Matias 8432618b3d test 6 years ago
yann300 56b1067f73
Merge pull request #1095 from ethereum/fix_remix_lib 6 years ago
Iuri Matias ef633d3d02 fix txFormat tests 6 years ago
Omkara 6703fcf609
Merge pull request #1089 from ethereum/LianaHus-patch-1 6 years ago
yann300 1e6560e636
Merge pull request #1090 from ethereum/fix_filename 6 years ago
Iuri Matias d58d23d3be rename filename to fix uppercase issue in the require 6 years ago
Liana Husikyan 55357f1897
Update tests.sol.js 6 years ago
yann300 50c1cb2d56
Merge pull request #1084 from ethereum/reduce_dependencies 6 years ago
Iuri Matias cec06fa8de move non prod dependencies to devDependencies 6 years ago
yann300 d92b6e5553
Merge pull request #1083 from ethereum/sim_ws 6 years ago
Iuri Matias 695996578f add missing stringify 6 years ago
yann300 9d7750f7c0
Merge pull request #1082 from ethereum/send_method 6 years ago
Iuri Matias ed598c0bbe add missing return 6 years ago
Iuri Matias 1c6b9d1541 make linter happy 6 years ago
yann300 5c1c75f00e
Merge pull request #995 from ethereum/move_debugger 6 years ago
Iuri Matias 7a53dffe9c make linter happy 6 years ago
Iuri Matias af5b772a20 add websocket support for remix-sim 6 years ago
Iuri Matias c252c499df add missing send method 6 years ago
Iuri Matias c4bb550d8c add callback to state manager checkpoint call 6 years ago
Iuri Matias 171bef63cc remove unneed console log 6 years ago
Iuri Matias e748b23917 comment test for now (needs to be rewriten with new api) 6 years ago
Iuri Matias 8c14aba28d make linter happy 6 years ago
Iuri Matias 5dc417a802 move providers methods out of debugger 6 years ago
Iuri Matias baafc7803a move initializations of execution context 6 years ago
Iuri Matias 0d2d4055c4 cleanup 6 years ago
Iuri Matias 7fee4f368a move setManagers to debugger; cleanup 6 years ago
Iuri Matias dd209448cd move execution context out of original debugger 6 years ago
Iuri Matias 5bc7d72e30 fix requires 6 years ago
Iuri Matias c1b8f3ec73 add missing param 6 years ago