Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upVyper Support #300
Vyper Support #300
Conversation
|
I have added a vyper-specific detector: For the long run, we need to add for each detector what language (Solidity and/or Vyper) is targeted. |
I am starting a new PR from scratch to add the Vyper support (#191 has been abandoned).
Only the contracts and functions definitions are parsed. For now, the support is minimal; the statements are not parsed (and not converted to slithIR).
I have added a new tool:
slither-dependencies, which allows ensuring that all the external contract definitions are correct. Vyper does not support importing files, so the definitions are manually copied pasted, which is error-prone.