zemse / hardhat-tracer

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

Enable tracing for interactive testing on fork with hardhat console #68

Closed Unstoppable-DeFi closed 5 months ago

Unstoppable-DeFi commented 6 months ago

Is it not possible to have tracing for a transaction sent on local hardhat network (forked) interactively through the hardhat console?

zemse commented 6 months ago

Does npx hardhat node --trace work in this case?

Unstoppable-DeFi commented 6 months ago

Does npx hardhat node --trace work in this case?

I couldn't make it work..

zemse commented 6 months ago

What error/behavior do you get? What hardhat version are you using?

zemse commented 5 months ago

This issue was just fixed in v2.8.2 of this plugin.

Unstoppable-DeFi commented 5 months ago

Works great now, thanks!