Starknet Devnet v0.6.1
Installation
Binary
Download the appropriate binary for your platform from the assets below.
Docker
# Pull by version
docker pull docker.io/shardlabs/starknet-devnet-rs:0.6.1
docker pull docker.io/shardlabs/starknet-devnet-rs:0.6.1-seed0
# Pull by SHA
docker pull docker.io/shardlabs/starknet-devnet-rs:sha-a3e975f
docker pull docker.io/shardlabs/starknet-devnet-rs:sha-a3e975f-seed0
# Pull latest versions
docker pull docker.io/shardlabs/starknet-devnet-rs:latest
docker pull docker.io/shardlabs/starknet-devnet-rs:latest-seed0Important: We are no longer pushing architecture specific docker images, just multiarch ones.
Cargo
cargo install starknet-devnetWhat's Changed
New Features 🚀
Bug Fixes 🐛
Documentation 📚
- Add line about block hashes inconsistencies in the docs [skip ci] by @3alpha in #868
- add starkup to docs [skip ci] by @3alpha in #872
Dependencies & Maintenance 🔧
- Improve ApiError variants by @3alpha in #861
- Misc QoL improvements of the code, code rabbit nitpicks, TODOs by @3alpha in #863
- Gha workflows by @3alpha in #877
Other Changes
- Remove leftover Rest API docs by @3alpha in #859
- Remove non-RPC deprecation notice by @FabijanC in #860
- Remove starknet mutex when fetching config by @3alpha in #871
Full Changelog: v0.6.0...v0.6.1