v0.3.3
This release contains minor improvements:
A new abi command has been added for quickly extracting ABI from class artifact files, and optionally displaying them as a Pythonic serialized string for other toolings:
starkli abi class.json --flatten --pythonic
The USDC token address has been added to the mainnet address book as usdc. Users can now more easily invoke commands involving USDC:
starkli invoke usdc transfer 0x1234 u256:123The call command now has a new option --block for specifying the block to execute the query on:
starkli call eth balanceOf 0x1234 --block 100where the --block option takes any block number, hash, or the latest or pending tags.
Features
- e0d2798: add
abicommand - 0f3493f: mainnet address book entry for
usdc - 61650d9:
--blockoption forcallcommand
Full Changelog: v0.3.2...v0.3.3