Skip to content

0.4.3

Compare
Choose a tag to compare
@Jon-Becker Jon-Becker released this 14 Apr 18:16
· 314 commits to main since this release
828c250
  • ⚡️ perf: apply clippy performance fixes by @Jon-Becker
  • ⚡️ perf: postprocess overwritten and dead assignments by @Jon-Becker
  • ✨ feat: include event and error declarations at contract head by @Jon-Becker
  • 🔧 fix: do not remove storage assignments in postprocessing by @Jon-Becker
    • this fixes issues with empty branches, empty functions, etc. Output will be much more accurate for certain contracts.
  • ✨ feat: add support for PUSH0 by @Jon-Becker