Skip to content

v4.16.1

Compare
Choose a tag to compare
@michprev michprev released this 10 Apr 18:26
· 56 commits to main since this release

Fixes:

  • fixed the appendCBOR compilation option being passed to solc versions not supporting it, causing a compilation error [core]
  • fixed compilation crash during subprojects compilation when files being imported from another subproject contain a compilation error [core]
  • fixed wake open incorrectly complaining about absolute paths when fetching from Etherscan with standard JSON format [core]
  • fixed control statements not indexed correctly in control flow graphs [static analysis]
  • fixed resolution of renamed events & errors causing AttributeError in some cases [testing & deployment framework]