Skip to content

0.1.1

Choose a tag to compare

@github-actions github-actions released this 30 Jul 21:58
· 140 commits to main since this release
baf0e59

📝 Changelog

✨ Features

  • feat: temporarily disable Yul optimizations (#88)
  • feat: move the spill area handling to solx (#106)
  • feat: support pipeline profiling (#114)
  • feat: add a special attribute to LLVM IR entry functions (#116)
  • feat: support CODECOPYing constant byte arrays (#103)
  • feat: include numerous LLVM optimizations (#119)

🐛 Fixes

  • fix: make EVMLA block predecessors ordered again (#101)
  • fix: add a placeholder object for gasEstimates (#111)

📦 Other Changes

  • ci: achieve multi-iteration gas reports (#98)
  • ci: reduce number of run iterations for benchmarks to 20 (#99)
  • chore: unhardcode remaining file extensions that mimic solc (#102)
  • chore: support hardhat projects tests with solx (#110)