Skip to content

1.5.7

Choose a tag to compare

@github-actions github-actions released this 31 Oct 16:02
· 106 commits to main since this release
07030c4

Added

  • Supported transient storage layout that is returned by solc
  • The --codegen option to make codegen settings more unified
  • Increased the code coverage of the interface to nearly 100%
  • The zksolc documentation as a part of this repository
  • More LLVM optimizations

Changed

  • Moved suppressed messages inside settings in standard JSON input
  • Moved EraVM artifacts to contract.eravm in standard JSON output

Fixed

  • Different bytecode for compile-time and post-compile-time library linking

Deprecated

  • Suppressed messages at the root of standard JSON input
  • EraVM artifacts returned via contract.evm in standard JSON output
  • --force-evmla flag in favor of --codegen
  • --disable-solc-optimizer flag, as we are not using the solc optimizer anymore