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
- 0a17a9b: deprecate ETH fee token
- 4c92ac0: custom block for
storage
command - b0944c1:
bytearray:
scheme
Misc
Full Changelog: v0.3.6...v0.3.7