ethereum / retesteth

testeth via RPC. Test run, generation by t8ntool protocol
http://retesteth.ethdevops.io/
GNU General Public License v3.0
114 stars 75 forks source link

--vmtraceraw creates traces in a temp directory and doesn't delete them #178

Closed hmijail closed 1 year ago

hmijail commented 2 years ago

--vmtraceraw creates traces in a temp directory and doesn't delete them. Some traces are huge, so this ends up being a problem.

winsvega commented 2 years ago

I put a command to delete the whole directory. but the issue is geth producing a big file. I also need to adjust cpp logic to handle huge files efficiently

winsvega commented 2 years ago

this should be fixed now. (delete part) but the file is big exported by t8ntool from geth

winsvega commented 1 year ago

checked. no tmp files preserved