Skip to content

v0.2.0

Latest

Choose a tag to compare

@WaizKhan7 WaizKhan7 released this 16 Nov 19:57
· 8 commits to master since this release
afd2519

For this release, we have tested SmartMuv on 15K+ smart contracts. And fixed the following bugs:

Changes and Bug Fixes

  • Fixed backtracking of keys in case of “tuple expression”,
  • Added marking of mapping key nodes, for cases like int a = map[key1],
  • Fixed slot calculation for string type mapping key,
  • Fixed state extraction for the dynamic array of user-defined variables,
  • Fixed state extraction for mapping variables containing a dynamic array of user-defined variables as value,
  • Fixed diamond inheritance problem that affects state variables' slot layout,
  • Fixed bugs in the get_contract_details and get_contract_details_new functions.

What's Changed

New Contributors

Full Changelog: v0.2.0-alpha...v0.2.0