v0.7.1
Pre-release
Pre-release
StarkNet:
- Some performance improvements
- System calls:
get_tx_info()
- Return a struct with information about the transactions. See https://www.starknet.io/docs/hello_starknet/more_features.html#retrieving-the-transaction-informationget_tx_signature()
is deprecated - useget_tx_info()
instead.
- API:
get_state_update
- Returns the state diff of a given blockget_full_contract
- Returns the full contract definition (including the hints). See https://www.starknet.io/docs/hello_starknet/cli.html#get-full-contract.
- Client libraries:
- Return structured classes in
FeederGatewayClient
.
- Return structured classes in
Cairo:
- Support
felt*
innondet
expressions.