Skip to content

Version 0.0.27

Compare
Choose a tag to compare
@tintinweb tintinweb released this 24 Jun 20:19
· 154 commits to master since this release

//feature

Solidity Visual Developer

v0.0.27

  • rebirth: Solidity Visual Auditor is now Solidity Visual Developer 🎉
  • new: Ethereum Address hover commands. Hover over an ethereum account address to:
    • open the account on etherscan.io
    • show the contract code
    • show the VerifiedContract source code
    • decompile the byte-code. requires vscode-decompiler

      image

v0.0.26

  • new: support for solidity 0.6.x via #53
  • new: cockpit → Workspace: Explorer → Surya: Contract interaction graph aka surya.graphSimple #49

    image

    image
  • updated: surya to 0.4.0 #49
  • updated: solidity-parser-diligence to community maintained @solidity-parser/parser #53