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 task to "hardhat node" command #20

Closed inveker closed 1 year ago

inveker commented 1 year ago

When call "hardhat node --fulltrace", throwed error "Error HH305: Unrecognized param --fulltrace" Added a task to enable support for these flags to call "hardhat node" I also had to fix the npm script, since rm -rf is not cross-platform

Use case: hardhat node --fulltrace other terminal hardhat run ./script_path.ts --network localhost

zemse commented 1 year ago

Thanks!