Releases: Cyfrin/aderyn
Releases · Cyfrin/aderyn
v0.0.5
New Detectors:
Using block.timestamp
for token swap deadlines.
Use ERC721::_safeMint
instead of _mint
.
Fix: useless_public_function detector no longer counts constructors.
Tech debt:
loader.rs more generic, domain-specific getters moved to relevant one-time detector calls.
Detectors don't use unnecessary visitors.
Report:
Contract Summary includes nSLOC.
Disclaimer.
v0.0.4
Contract summary (which contracts have been analyzed) added to report
Centralization detector no longer reports "unknown" source
Print line numbers instead of file source
Remove --root
flag arg requirement
v0.0.3
Hardhat mode checks that source paths start with contracts so that it doesn't detect node_modules contracts. Fixes #3 .
Clippy warning fixes
README improvments
v0.0.2
Reduce noisy output
cargo clippy error fixes (warnings not all dealt with yet)
Auto-detect repo framework, removing the need for specific flags (--foundry or --hardhat)
Github action
You can’t perform that action at this time.