This repository has been archived by the owner on Dec 15, 2023. It is now read-only.
v0.4.2
Usage related changes
- Adapt to cairo-lang/StarkNet 0.10.3
- Keep support for deploy txs - will remove in the next breaking version
- Update predeployed account version to OZ 0.5.1
- Support specifying chain ID (defaults to
TESTNET
):starknet-devnet --chain-id [MAINNET | TESTNET | TESTNET2]
- Add endpoint for forking info:
GET /fork_status
- Returns
{"url": ..., "block": ...}
if forking - Returns
{}
if not forking
Development related changes
- Automatically deploy docs
- Add import sorter
- JSON-RPC typing fix
Merged PRs
- Add import sorter by @drknzz in #353
- Add
fork_status
endpoint by @ptisserand in #354 - Stop supplying contract_address RPC Deploy by @drknzz in #355
- Add automatic docs deployment by @FabijanC in #357
- Support specifying chain ID by @mikiw in #358
- Update to cairo-lang 0.10.3 by @FabijanC in #360
- Update OZ account to 0.5.1 by @FabijanC in #362
New Contributors
- @ptisserand made their first contribution in #354
Full Changelog: v0.4.1...v0.4.2