Skip to content

v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 May 05:54
· 36 commits to master since this release
765251d

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 the starkli 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

Full Changelog: v0.2.9...v0.3.0