Skip to content

v0.6.5

Compare
Choose a tag to compare
@cd1m0 cd1m0 released this 22 Mar 00:33
· 122 commits to develop since this release

This release brings the following improvements:

  • bump nodejs version to v16 LTS
  • bump solc-typed-ast to v9.0.0
  • [EXPERIMENTAL] add support for # let x := ...; annotations before a statement
  • [EXPERIMENTAL] add support for if_succeeds annotation on a statement or code block
  • change default Solidity compiler from WASM to native
  • Add new --compiler-kind command line option allowing to select which compiler to use (native or wasm)
  • Disallow arrays and maps in old() statements

WARNING: Features marked as [EXPERIMENTAL] may be changed or even removed in the future. Experiment with them at their own discretion, but for now please don't depend on them for critical annotations until these have been stabilized.