crytic / slither

Static Analyzer for Solidity and Vyper
https://blog.trailofbits.com/2018/10/19/slither-a-solidity-static-analysis-framework/
GNU Affero General Public License v3.0
5.27k stars 964 forks source link

Support Vyper `0.4.0` #2528

Open pcaversaccio opened 1 month ago

pcaversaccio commented 1 month ago

With Vyper 0.4.0, stateless and stateful modules have been shipped. This will power the future of Vyper contracts, thus I would love to see Slither supporting the latest Vyper version. Note that all Vyper interfaces are now .vyi files.