crytic/slither

Slither-log

开放

#797 创建于 2021年3月4日

 (1 条评论) (0 个反应) (0 位负责人)Python (886 个派生)batch import
enhancementgood first issuehelp wanted

仓库指标

星标
 (4,769 个星标)
PR 合并指标
 (平均合并 54天 9小时) (30 天内合并 2 个 PR)

描述

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)

贡献者指南