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

v0.3.1

Compare
Choose a tag to compare
@FabijanC FabijanC released this 15 Sep 11:07
· 228 commits to master since this release

Usage related changes

  • The predeployed/prefunded accounts adapted to the new tx version 1:
    • Using OZ 0.4.0b with a minor modification to allow tx simulation
  • Logging from dockerized Devnet enabled by default
    • By using PYTHONUNBUFFERED=1 as the default, no need to provide it manually
  • Fixed account replication seed being displayed as None
  • Allowing fee estimation for tx versions 0 and 1
  • Fixed state root being empty
  • JSON-RPC fixes:
    • Fixed call return value
    • Allowing requests without params where possible
    • Improved error handling; error codes more in line with specification

Development related changes

  • In tests, replace using Starknet CLI wallet/account with predeployed OZ
  • Refactor test/account.py and test/util.py
  • Restore skipped tests

Merged PRs

New Contributors

Full Changelog: v0.3.0...v0.3.1