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
569 stars 60 forks source link

Upgrade and fix function signature computation, and optimize performance #127

Closed vquelque closed 8 months ago

vquelque commented 1 year ago

This PR follows the PR in solidity-workspace here. Note that before merging this PR, the new solidity-workspace package must be published, and the dependency in this package bumped, as some breaking changes were introduced in solidity-workspace. This PR focuses on fixing the function signature feature and improving the overall performance of the extension. Note that more work can be done to further improve the performances.

This PR has the following objectives:

To enforce a consistent code style, the sources were formatted with Prettier.

tintinweb commented 8 months ago

included in #128