zemse / hardhat-tracer

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

Too much warnings of 'duplicate definition' #23

Closed k06a closed 1 year ago

k06a commented 1 year ago

I know there is issue with some errors defined in multiple contracts, but can we not see this warnings before each trace line?

image
zemse commented 1 year ago

This was fixed on the v2-beta branch. You can try it using npm i hardhat-tracer@beta. I'll fix this on the v1 branch soon.

k06a commented 1 year ago

Thanks!