This repository has been archived by the owner on Dec 15, 2023. It is now read-only.
v0.5.3
Usage related changes
- Adapted to cairo-lang/Starknet v0.11.2
- Cairo 1 declaration by default using an x86-compatible compiler v1.1.0, see docs or
--help
on how to override
- Cairo 1 declaration by default using an x86-compatible compiler v1.1.0, see docs or
- Cairo 1 improved support
- Forked mode: fixed retrieval of classes declared on origin
- Improved docs
- Fixed message on recompilation failure
- Fixed L1-L2 (postman) functionality when no messages to flush
- JSON-RPC improvements
- Updated to specification v0.3.0 (trace API under development)
- Fixed fee estimation of Cairo 1 declaration
- Other bugfixes
Development related changes
Merged PRs
- starknet_devnet/compiler.py: fix error messages by @cfal in #479
- Fix estimate_fee with Declare transaction type by @tomek0123456789 in #483
- bugfix for __postman_wrapper on init by @mikiw in #489
- Fix for missing __latest_state at the initialization of StarknetWrapper by @mikiw in #484
- Improve docs on Cairo 1 support by @FabijanC in #491
- Fix cairo1 class not retrievable when forking by @FabijanC in #490
- Adapt to cairo-lang/Starknet 0.11.2 by @FabijanC in #493
- Changed favicon to spaceshard logo [skip ci] by @ivpavici in #495
- Rpc v0.3.0 update by @bartekryba in #494
New Contributors
Full Changelog: v0.5.2...v0.5.3