All notable changes will be documented in this file.
- update: dependencies (solidity parser)
- fix: allow
solgrep <path> --find <pattern> <pathN> <pathNN>
- update: new parser
- update: reworked parts of the grep pattern selection
- fix: support for old JS #7
- new: support
--find=modifier.name
- #1 - new: dbl-diff-balance rule - #2
- update: dupefinder
- new: DupeFinder module - find exact or similar contracts (exact or fuzzy contract structure (AST) match)
- The demo prints all duplicates (hiding unique contracts)
- first alpha