Commit Graph

1109 Commits (a4aafa403b94704fcc291889af96cceb109c2dee)
 

Author SHA1 Message Date
yann300 bfb84d686d fix tests 8 years ago
yann300 1d153de05a Update TraceManager to use the new callstree 8 years ago
yann300 53bcfde851 change way of bulding the calltree 8 years ago
yann300 476c94ff41 add findCall 8 years ago
yann300 e304334176 use depth change to check for bas return (needed byt the js vm) 8 years ago
yann300 48a9827415 only take care of the first outofgas 8 years ago
yann300 8c4b4d05e7 do not crash if no storage 8 years ago
yann300 93c72cf6cd check if run out of gas 8 years ago
yann300 9e18198c1a dep 8 years ago
yann300 d5a435dcf8 calculate cost of SSTORE & store empty storage if creation 8 years ago
yann300 982ccc7c72 disable button nextCall, jumpOut if applicable 8 years ago
yann300 c356b50673 jump out 8 years ago
yann300 198978a4f5 Merge pull request #164 from ethereum/traceFailedToLoad 8 years ago
yann300 82e0cf96fe typo 8 years ago
yann300 3a95dd0c98 fix dropdown panel 8 years ago
yann300 320ff4fd6a typo + fix reseting 8 years ago
yann300 ea45dfc181 fix build through browser solidity 8 years ago
yann300 d83d3900a0 typo 8 years ago
yann300 a0dfcf1ab1 typo 8 years ago
yann300 65bd4b2201 fix error msg 8 years ago
yann300 ec0b3b29bc display msg if tx not found 8 years ago
yann300 29e6188fe4 replace toggle by show 8 years ago
yann300 8c1639ae44 display msg if tx not found 8 years ago
yann300 c6a70db2dd Merge pull request #160 from ethereum/mapping 8 years ago
chriseth 9c4698da30 Merge pull request #157 from ethereum/locals 8 years ago
yann300 9edff21e20 add catch on buildTree 8 years ago
yann300 7e8edcba86 put includion of variable declaration in a separate function 8 years ago
yann300 67d55dcaf1 remove unused var declaration 8 years ago
yann300 b661547b44 trigger error if trace not loaded 8 years ago
yann300 6cd85e4da6 typo 8 years ago
yann300 e56faf5e0b use async / await 8 years ago
yann300 d0e594e054 log error 8 years ago
yann300 f95c6b6f92 add setTimeout to get rid of max callstack size 8 years ago
yann300 1297f44bc0 make test fails if tree fails 8 years ago
yann300 4fe12d9c2a add internalcalltree ref to ethdebugger (used by browser sol) 8 years ago
yann300 36083dbbb8 build tree without while loop 8 years ago
yann300 fd35f60ed9 add comments 8 years ago
yann300 bcde65aa5b rename includeLocalsVariables -> includeLocalVariables 8 years ago
yann300 5248c38bbe make buildTree private 8 years ago
yann300 49e2d85eb7 typo fix 8 years ago
yann300 330c9b6a0d warn if compilation result not provided 8 years ago
yann300 908dc62270 fix and add test 8 years ago
yann300 1f825ae35e use extractStatesDefinitions 8 years ago
yann300 b4130e5d64 add extractStatesDefinitions to SolidityProxy (in order to cache it) 8 years ago
yann300 f43a94bdf1 add optional param 8 years ago
yann300 937733ccf3 add tests 8 years ago
yann300 6081725e8d fix find scope in internalcalltree 8 years ago
yann300 ac75848724 fix localdecoder 8 years ago
yann300 e3ed876a53 fix tracemanager 8 years ago
yann300 120fb6a4af add solidity locals panel 8 years ago