v0.2.0-alpha - 14-10-2023
Pre-release
Pre-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 usessolcx
, the existing method usespython-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.