Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

v0.3.0

Compare
Choose a tag to compare
@FabijanC FabijanC released this 07 Sep 21:03
· 240 commits to master since this release

Usage related changes

  • Partially adapted to Starknet / cairo-lang 0.10.0
    • Dropped support for Python 3.7
    • Tested with Starknet CLI account:
      • Predeployed OZ accounts not guaranteed to work
    • Block state root not calculated
    • Transactions with version 1 not guaranteed to work
    • API changes:
      • Supported: get_nonce and simulate_transaction
      • Not yet supported: estimate_message_fee
    • RPC method starknet_getStateUpdate not guaranteed to work
  • --lite-mode only affects block hash calculation (uses numbering instead of actual hash)
  • Removed result from invoke response.
  • Introduced modifying server timeout with --timeout parameter (can help with big contracts or slower machines)

Development related changes

  • Skip incompatible tests
  • Add formatting with black (./scripts/format.sh)

Merged PRs

Full Changelog: v0.2.11...v0.3.0