crytic/slither

Slither-log

Aberta

#797 aberto em 4 de mar. de 2021

 (1 comentário) (0 reação) (0 responsável)Python (886 forks)batch import
enhancementgood first issuehelp wanted

Métricas do repositório

Stars
 (4.769 estrelas)
Métricas de merge de PR
 (Mesclagem média 54d 9h) (2 fundiu PRs em 30d)

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)

Guia do colaborador