Skip to content

v0.2.0-alpha - 14-10-2023

Pre-release
Pre-release
Compare
Choose a tag to compare
@WaizKhan7 WaizKhan7 released this 14 Oct 14:26
· 22 commits to master since this release

In this release, we fixed multiple bugs and refactored the code. The tool is now easier to install and use.

Changes and Bug Fixes

  • Fixed inherited variable (mapping) key approx issue,
  • Fixed inherited variable (mapping) extraction issue,
  • Fixed slot calculation contract/interface pointer issue,
  • Added get_contract_details_new method that uses solcx, the existing method uses python-solidity-parser,
  • Fixed slot calculation issues for multi-dimensional static and dynamic arrays,
  • Fixed extraction of multi-dimensional static and dynamic arrays,
  • Added slot calculation for data type - enum,
  • Added support of solidity compiler version 0.8.0+,
  • Updated README.md file,
  • Made installing and tool usage easier.