v0.3.0
This is the first v0.3.x release, changing the supported JSON-RPC version from 0.6.0 to 0.7.1. Users who rely on the free RPC vendor feature will automatically start using the new spec version, whereas users manually setting their own RPC URL must make changes. Check your RPC endpoint version with the starkli spec-version
command.
This release also adds a few minor features:
--receipts
option for thestarkli block
command;- setting custom HTTP headers when configuring the RPC provider via profiles;
- a
--no-abi
option for hiding class ABI when declaring.
Features
- 7b243d1: fetch block receipts
- c95c49c: switch to jsonrpc v0.7.1
- 4cc8ad8: custom headers for rpc provider
- 0eeca84: option to withhold class abi
Misc
- d653792: switch to rust 1.78.0
- d9c76ae: remove udeps workflow
- d951283: fix wrong type name in profiles
Full Changelog: v0.2.9...v0.3.0