v0.0.24
What's Changed
- Remove openssl dependency from
reqwest
crate by @TilakMaddy in #337 - bump version to v0.0.24 by @alexroan in #340
- CI Check Reports Debugging by @alexroan in #341
- Add slither acknowledgement by @PatrickAlphaC in #342
- New abstractions:
peek_over
andpeek_under
(essential for some detectors) by @TilakMaddy in #338 - Update LICENSE by @PatrickAlphaC in #344
- Updates readme with docs by @Eversmile12 in #347
- Update README.md by @Eversmile12 in #348
- Fix: Remove unused code -
ResuableDetectorNamePool
by @TilakMaddy in #356 - Non reentrant modifier name detection is more generalized by @TilakMaddy in #351
- Chore: Setting up hackathon demo by @alexroan in #357
load_multiple_contracts
test helper by @alexroan in #365- New Detector: reverts and requires inside for loops / while loops by @TilakMaddy in #353
- Match readme wording to docs by @alexroan in #367
Release Notes
- Reintroduce update checking but without using OpenSSL in the request crate
- Slither acknowledgment in the Readme
- New AST traversal abstractions:
peek_over
andpeek_under
- Update License to GNU GPL
- https://docs.cyfrin.io/ added to readme
load_multiple_contracts
test helper- New detector: low, reverts and requires inside loops
Full Changelog: v0.0.23...v0.0.24