zemse / hardhat-tracer

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

[Feature Request] Add `extcodesize` and `excodehash` opcodes #30

Closed k06a closed 1 year ago

k06a commented 1 year ago

These opcodes gas cost is similar to call and that's important for us to debug inside transactions.

zemse commented 1 year ago

Closing this issue since this was added previously and seems to work.