You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run analyzeOneTx on my own transaction trace generated from debug_traceTransaction, there is an error
File "/home/Trace2Inv-Artifact-FSE24/test.py", line 89, in analyzeOneTx
metaTraceTree = p.parseLogs(name, contract, Tx, trace)
File "/home/Trace2Inv-Artifact-FSE24/parserPackage/parser.py", line 1103, in parseLogs
metaTraceTree.updateInfoList("sstore", (key, value, pc), self.logging)
File "/home/Trace2Inv-Artifact-FSE24/parserPackage/traceTree.py", line 72, in updateInfoList
self.internalCalls[-1].updateInfoList(key, value)
IndexError: list index out of range
When I run
analyzeOneTx
on my own transaction trace generated fromdebug_traceTransaction
, there is an errorThe output before encountering the error
Is there a problem with the trace?
The text was updated successfully, but these errors were encountered: