vyperlang / vyper

Pythonic Smart Contract Language for the EVM
https://vyperlang.org
Other
4.9k stars 801 forks source link

Vyper wiki tools and resources addition #1187

Closed kimushkaa closed 5 years ago

kimushkaa commented 5 years ago

I suggest adding SmartCheck (https://tool.smartdec.net/) to the tools section on Wiki. SmartCheck is a linter that for Solidity and Vyper that checks code for security issues and bad practices.

@jacqueswww

jacqueswww commented 5 years ago

Done, thanks for pointing it out :)

fubuloubu commented 5 years ago

p.s. @kimushkaa we noticed that your "private variable check" isn't up to date with our latest release of structs. those don't count as variables!

eMarchenko commented 5 years ago

@fubuloubu could you please add detailed issue to the SmartCheck repo? So we can reproduce it and fix the rule. Upd: looks like the current engine/grammar don't allow it. At least I've updated descriptions. =\