v0.2.1
This release introduces two major features:
- Initial profiles support. See the Profiles page from the book for details.
- Free RPC vendors. See this section from the book for details.
Together, these two features allow us to replicate the zero-setup experience Starkli used to offer when the sequencer gateway provider was still around. To use the free vendors, simply use the --network
option with the STARKNET_RPC
environment variable unset, exactly like how you would use the sequencer gateway before:
starkli block-number --network mainnet
When this is done for the first time, Starkli chooses a free RPC vendor randomly, and persists the choice into the default
profile.
Features
- 5f5da16: allow chain ID duplications in profiles
- 27402da: initial profile and free RPC vendors support
Fixed
- 77da8e7:
eth
address not defined insepolia
andsepolia-integration
Misc
- 04998f6: add Profiles page to book
- 3a3b42f: update Providers page to reflect latest changes
- 8c5cd79: bump starknet version
Full Changelog: v0.2.0...v0.2.1