v0.2.2
This release adds a new detector for use of an array after removing element(s) from it, adds support for cairo projects, use the local compiler binary if present when analyzing a single file or a cairo project and various other fixes.
What's Changed
- chore: update sierra file stem by @tserg in #45
- Update felt252 by @technovision99 in #44
- Fix callgraph bugs by @technovision99 in #43
- Support cairo project by @smonicas in #47
- Fix function type inside impl block by @smonicas in #49
- Handle calls to self declared external functions by @smonicas in #50
- Use local compiler if available by @smonicas in #48
- Cairo project allow multiple contracts at once by @smonicas in #51
- Array use after pop front detector by @tarunbhm in #41
- Avoid duplicates in detectors results by @smonicas in #52
New Contributors
Full Changelog: v0.2.1...v0.2.2