Consensys / vscode-solidity-auditor

Solidity language support and visual security auditor for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=tintinweb.solidity-visual-auditor
GNU General Public License v3.0
578 stars 60 forks source link

Fix: normalize `uint` types to `uint256` #28

Closed alesanro closed 5 years ago

alesanro commented 5 years ago

Fixes #27

tintinweb commented 5 years ago

going to merge this now and add canonicalisation for fixed and function type args on top. thanks!