Commit Graph

2689 Commits (411040754e2fbdb54d105dea6226bca0b4c36410)

Author SHA1 Message Date
LianaHus df829f40cf version changed for release 6 years ago
yann300 83f4eb7a6a
Update example-contracts.js 6 years ago
LianaHus abcd7a6504 fixes beforeAll function 6 years ago
LianaHus c7b0b4044d added pragma solidity >=0.4.0 <0.6.0; to test 6 years ago
LianaHus 8096c527d5 fixes generate tests for solc 0.5.0 6 years ago
yann300 78066dcd6f fix browser test 6 years ago
yann300 2571d05f72 typo 6 years ago
yann300 3ef2e631af fix debugging with source location 6 years ago
nebojsa.urosevic a8c369c7f1 Removes unused import. 6 years ago
nebojsa.urosevic 8781797a1c Allow new transaction broadcasting to other plugins for web3 providers and injected web3 6 years ago
yann300 4afd5e6f00 fix full storage changes 6 years ago
yann300 efe53adbc8 fix: switch provider 6 years ago
yann300 f21fc1e3e9 fix Renaming 6 years ago
Iuri Matias 92ea82dd9f add missing new param to offsetToLineColumn 6 years ago
Iuri Matias a3a979a9ba make linter happy 6 years ago
Iuri Matias a65d8d1d49 rename transactionDebugger to just debugger 6 years ago
Iuri Matias 75f8b3a349 refactor unload; remove all direct references to the internal debugger from the UI 6 years ago
Iuri Matias 8cd4a356e0 move breakpoint event from ui to debugger 6 years ago
Iuri Matias f69e6b2f06 refactor; simplify old debug method 6 years ago
Iuri Matias b9a0699c8c move trace loading check from ui to debugger 6 years ago
Iuri Matias 683fa62936 move getTx to debugger logic 6 years ago
Iuri Matias 143ffa6c57 move step manager step changed response to debugger 6 years ago
Iuri Matias 1712cf6ced refactor: remove redudant extra indexChange event and move logic under callback of the step manager stepChanged event 6 years ago
Iuri Matias ec9b1510d5 remove extra step update which turned to be redudant 6 years ago
Iuri Matias 2a0b6c71c9 remove unnecessary event 6 years ago
Iuri Matias 2d85ad1964 remove unused events 6 years ago
Iuri Matias 944ced100b remove unused events 6 years ago
Iuri Matias 2f1539cae0 remove commented out code 6 years ago
Iuri Matias 54dd28df04 completly remove debuggerUI reference dependency 6 years ago
Iuri Matias cdbd71143f update references to parent debugger 6 years ago
Iuri Matias 1cd738d889 remove debugger UI dependency out of solidityLocals 6 years ago
Iuri Matias 77b8aa4076 remove debugger UI dependency out of solidityState 6 years ago
Iuri Matias 2dde2ac003 remove direct reference to tx and pass it as an arg 6 years ago
Iuri Matias 673b1db782 remove direct reference to tx and pass it as an arg 6 years ago
Iuri Matias 1173d936a9 move all references to currentStepIndex to the stepManager 6 years ago
Iuri Matias dcdfdc5eab remove unneded method 6 years ago
Iuri Matias c8d1b38180 separate compiler unload from view unload; remove stepChanged 6 years ago
Iuri Matias b63eeda4c7 refactor debug to have a loading callback and move the actual debug call to it 6 years ago
Iuri Matias 3126c7293f move all logic to same folder; move vmdebugger logic inside debugger 6 years ago
Iuri Matias 69bd368e0d move code manager event 6 years ago
Iuri Matias 850b5cd32e rename parent to debugger 6 years ago
Iuri Matias d4db63f6c8 remove step manager dependency on ui event 6 years ago
Iuri Matias 306be81f90 remove commented out code 6 years ago
Iuri Matias 9c1e8e5cd3 add todo for later 6 years ago
Iuri Matias 16f98a7412 move step manager into debugger 6 years ago
Iuri Matias 097f37c78d move step manager to debugger folder 6 years ago
Iuri Matias 6a074b5b5d move debugger to its own folder 6 years ago
Iuri Matias be67786a45 remove UI debugger start and move it to a single method 6 years ago
Iuri Matias fb837632fd remove forced submit on tx browser; specifically request for debug on debug method; refactor requesting web3 transaction 6 years ago
Iuri Matias 94cad3e9ff remove event not used anywhere 6 years ago