Skip to content

v0.2.1

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Dec 00:02
· 82 commits to master since this release
7975da1

This release introduces two major features:

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 in sepolia and sepolia-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