Skip to content

v0.3.7

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Jan 07:07
6e06548

Hghlights

ETH fee token deprecation

The main change with this release is the deprecation of using ETH as fee token, i.e. sending pre-v3 transactions. A warning is displayed when you ignore --fee-token (to fall back to using ETH) or explicitly using ETH with --fee-token eth or --eth.

In the next breaking release (i.e. v0.4.0), the fallback (when no fee token setting is provided) will change to STRK instead. The option to use ETH for fees, however, will remain in place until Starknet officially disables pre-v3 transactions.

Custom block option for storage command

The storage command now accepts the --block option as expected.

New bytearray scheme

A new scheme bytearray has been added for argument resolution with the Cairo type ByteArray. It's documented in the Starkli book here.

Full changes

Features

Misc

  • c0e8136: fix typo "stakrliup" with "starkliup" (#110)

Full Changelog: v0.3.6...v0.3.7