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)

貢獻者指南