crytic/slither

Slither-log

Ouverte

#797 ouverte le 4 mars 2021

 (1 commentaire) (0 réaction) (0 personne assignée)Python (886 forks)batch import
enhancementgood first issuehelp wanted

Métriques du dépôt

Stars
 (4 769 étoiles)
Métriques de merge PR
 (Merge moyen 54j 9h) (2 PRs mergées en 30 j)

Description

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)

Guide contributeur