Skip to content

v0.3.8

Choose a tag to compare

@github-actions github-actions released this 11 Mar 14:44
· 15 commits to master since this release

Hghlights

Revamped Sierra->CASM support

This release introduces the capability to automatically infer the right Sierra->CASM compiler version to use based on the Sierra class artifact alone. Previously, this was done with the --compiler-version option, which is now no longer relevant and thus deprecated and ignored. A warning is shown when this option is still used. It will be removed in a future breaking release. If you were not using --compiler-version to begin with, this change does not affect you in any visible way.

Support for Sierra v1.7,0 is also added. This is the target Sierra version for Cairo compiler v2.10.0+. It's currently only activated on testnet.

OZ account versions 0.20.0 and 1.0.0

Class hashes for the OpenZeppelin preset account contract of versions v0.20.0 and v1.0.0 have been added to the known account class list. The starkli account oz init command now uses the v1.0.0 class hash.

Full changes

Features

  • ba05989: infer compiler version from sierra bytecode
  • 24a2bc4: oz account 0.20.0 and 1.0.0

Misc

  • ef2c804: switch to artifact workflow v4
  • 6773f22: update termux-packages rev

Full Changelog: v0.3.7...v0.3.8