zemse / hardhat-tracer

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

Print value and gas even for unknown calls #27

Closed k06a closed 1 year ago

k06a commented 1 year ago

Resolves https://github.com/zemse/hardhat-tracer/issues/26

zemse commented 1 year ago

Hey @k06a, thanks for the PR! I had added this to the v2 branch previously (https://github.com/zemse/hardhat-tracer/commit/51a309d4d8a3a14381b519a12f12dd5d3899d33e). Also, I just made a v2 release which includes that and a few more things. You can upgrade to it.

Anyway, I'll include this in the v1 branch.