zemse / hardhat-tracer

🕵️ allows you to see internal calls, events and storage operations in the console
MIT License
351 stars 36 forks source link

Utilise hardhat's debug_traceTransaction #5

Closed zemse closed 1 year ago

zemse commented 3 years ago

(Documentation)

Interesting things that could be traced:

zemse commented 1 year ago

It turned out using the debug_tt consumed a lot of memory. So in the next rewrite the plugin directly gets debug info from the low level VM in hardhat. This makes it comparatively very memory efficient. Please checkout the v2-beta branch for more info.