v0.2.9
This release adds support for v3 transactions, allowing transaction fees to be paid in STRK instead of ETH. For maintaining backward compatibility, the default fee token is still ETH at the moment. To pay fees in STRK instead, add --fee-token STRK
, or just --strk
. Example:
starkli invoke eth transfer 0x1234 u256:100 --strk
For more details on transaction fees, see the updated Transaction fees page from the Starkli Book.
Support for newer OpenZeppelin account classes has also been added.
Features
- 1325770: support oz v0.12.0 account
- 3624201: v3 transaction support
- aafbc0d: oz 0.11.0 account class
- 99d5652: oz 0.8.1.0, 0.9.0 and 0.10.0 account class hashes (#82)
- 3ef7b56: remove goerli networks
- ae0d626: use compiler 2.6.x for mainnet
Fixed
- 53ffb43: tilde in account path causing file not found error
Misc
- 9e36e46: document STRK tx fee payment
Full Changelog: v0.2.8...v0.2.9