crytic/slither

Slither-log

Aperta

#797 aperta il 4 mar 2021

 (1 commento) (0 reazioni) (0 assegnatari)Python (886 fork)batch import
enhancementgood first issuehelp wanted

Metriche repository

Star
 (4769 stelle)
Metriche merge PR
 (Merge medio 54g 9h) (2 PR mergiate in 30 g)

Descrizione

Create a tool for debugging hardhat project that

  • Add console.log at every function/modifier entry point, with the canonical name of the function, and the function parameters
  • Add console.log at every end of the function/modifier, with the canonical name of the function, and the return values

Potential flags

  • --only contract/function
  • --exclude contract/function
  • --force-patch patch the codebase directly (default behavior would probably to create a git patch)

Guida contributor