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:123
The call
command now has a new option --block
for specifying the block to execute the query on:
starkli call eth balanceOf 0x1234 --block 100
where the --block
option takes any block number, hash, or the latest
or pending
tags.
Features
- e0d2798: add
abi
command - 0f3493f: mainnet address book entry for
usdc
- 61650d9:
--block
option forcall
command
Full Changelog: v0.3.2...v0.3.3