This repository has been archived by the owner on Dec 15, 2023. It is now read-only.
v0.3.4
Usage related changes
- Support for Starknet 0.10.1
- Predeployed accounts can now use a custom implementation; specified via
--account-class
(docs) - Docs now available at https://shard-labs.github.io/starknet-devnet/
- RPC updates:
- Support for
starknet_getEvents
- Updated
starknet_getNonce
andstarknet_addInvokeTransaction
RPC methods
- Support for
Development related changes
- Refactored
starknet_wrapper.py
to reuse common tx functionality - Remove
DummyExecutionInfo
- In tests, no longer deploying via Starknet CLI, now combining custom HTTP call and gateway classes
Merged PRs
- GitHub pages by @Hug0x0 in #300
- Synced docs and removed from readme.md [skip ci] by @ivpavici in #302
- Typo rectified by @remedcu in #305
- getNonce and addInvokeTransaction TxV1 on RPC v0.1 by @gregoryguillou in #303
- Starknet get events rpc by @mikiw in #295
- Support predeploying custom accounts by @FabijanC in #294
- Adapt to cairo-lang 0.10.1 by @FabijanC in #307
New Contributors
Full Changelog: v0.3.3...v0.3.4