enhancementgood first issuehelp wanted
仓库指标
- 星标
- (4,769 个星标)
- PR 合并指标
- (平均合并 54天 9小时) (30 天内合并 2 个 PR)
描述
Create a tool for debugging hardhat project that
- Add
console.logat every function/modifier entry point, with the canonical name of the function, and the function parameters - Add
console.logat 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-patchpatch the codebase directly (default behavior would probably to create a git patch)