zemse / hardhat-tracer

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

Getting the function signature is too slow, stuck on getting 4bytes of data #55

Closed voamotbaomroy closed 1 year ago

voamotbaomroy commented 1 year ago

1 passing (2m)

zemse commented 1 year ago

Oh crap, let me add something to turn that off.

zemse commented 1 year ago

In 2.5.1 you can disable queries to 4bytes by adding this to your hardhat config

{
  tracer: {
    use4bytesDirectory: false
  }
}
voamotbaomroy commented 1 year ago

thanks,bro