zemse / hardhat-tracer

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

Add internal transactions for ganache #1

Closed zemse closed 3 years ago

zemse commented 3 years ago

A good reference is available at https://github.com/ethereum/go-ethereum/blob/053ed9cc847647a9b3ef707d0efe7104c4ab2a4c/eth/tracers/internal/tracers/call_tracer.js

zemse commented 3 years ago

This is not needed since this will be done by hacking in hardhat itself.