Release v0.1.2
What's Changed
- Detector refactor: remove nested for loop by @TilakMaddy in #498
- Bump version to v0.1.2 by @alexroan in #506
- Readme ICF updates by @alexroan in #507
- Added
--highs-only
by @TilakMaddy in #497 - Fix Detector/ Do not capture unused public functions if they live in an abstract contract by @TilakMaddy in #509
- Fix/ Added support for Free Functions to AST by @TilakMaddy in #508
- Reportgen on latest
dev
branch by @alexroan in #515 cyfrinup
by @alexroan in #514- cyfrinup: Fix path from feature branch to master by @alexroan in #520
Changelog
- Formal release CI and
cyfrinup
installer/updater - Detector Improvements:
- Remove nested loop from useless_modifier
- useless_public_functions detector should not capture functions in abstract contracts
- Update README to account for ICF and no dependency on Foundry being installed
--highs-only
flag (as requested by @devtooligan)- AST: support FunctionDefinitions at the SourceUnit level.
Full Changelog: v0.1.1...v0.1.2