Release v0.2.0
What's Changed
- Fix helper func - check for "value" as a name in function options by @TilakMaddy in #695
- Feature: Set default source to
contracts/
for hardhat projects by @TilakMaddy in #705 - Feature: Add hints per instance found by @TilakMaddy in #650
- Features: Aderyn Ignore Custom detectors by @TilakMaddy in #704
- Detector: Uninitialized local variables (Already reviewed before) by @TilakMaddy in #671
- Detector: Dead code (Very simple logic) by @TilakMaddy in #673
- Detector: Function Pointers in constructors by @TilakMaddy in #693
- Detector: Unchecked low level calls by @TilakMaddy in #694
- Improvement: delegate-call in loop uses Callgraph by @TilakMaddy in #692
- Detector: State variable that could be declared constant by @TilakMaddy in #672
- Detector: Void constructor (ALT. Solution) by @TilakMaddy in #674
- Bump version to 0.2.0 by @alexroan in #708
- Fix: Don't report issues with no instances (after aderyn ignore was introduced) by @TilakMaddy in #681
- Detector: Unused Imports by @TilakMaddy in #700
- Detector: Local variable shadowing (Attempt 2) - Already reviewed before by @TilakMaddy in #683
- Detector: Missing Inheritance by @TilakMaddy in #701
- Fix: Send Ether No Checks (Change satisfaction condition from
msg.sender
to any address) by @TilakMaddy in #703
Full Changelog: v0.1.11...v0.2.0