v0.0.6
Usage related changes
- Migrated to a separate website at https://0xspaceshard.github.io/starknet-devnet-rs
- Block manipulation improved:
- Enabled request and response body logging - docs
- Introduced account impersonation
- Gas specification improved; new params:
--gas-price-strk <STRK>
--data-gas-price-strk <STRK>
- Introduced
--lite-mode
- docs - Bugfix of forking when origin uses HTTPS
- Bugfix of predeployed account constructor execution
- Introduced endpoint
/config
for retrieving current Devnet configuration - docs - Improved Sierra compilation error handling
amount
property of response ofGET /account_balance
changed to string
Development related changes
- Prepared mac binary building for CircleCI executor deprecation
- Improved benchmarking
- Using codespell check
Merged PRs
- Fix predeployed account constructor simulation by @FabijanC in #431
- Change balance amount type to String by @FabijanC in #432
- Introduce config endpoint by @FabijanC in #433
- cairo lang errs by @lordshashank in #435
- feat: add codespell workflow for CI by @xiaolou86 in #443
- Improve code spell check by @FabijanC in #447
- Block on demand by @mikiw in #430
- Issue 387, Set gas price by @Hueber9500 in #448
- Introduce lite-mode by @lordshashank in #444
- Add generalized benchmarking script by @FabijanC in #459
- Improve testing and contributing by @FabijanC in #454
- feat: Add memory performance tests by @hhamud in #439
- Add memory component to Python benchmarking script by @FabijanC in #464
- Update of getBlockWithTxHashes and getStateUpdate by @mikiw in #461
- Update of get_block_with_txs and get_block_with_receipts for peding blocks by @mikiw in #466
- Update deps by @marioiordanov in #469
- Logging request and responses by @marioiordanov in #455
- Use M1 executor for mac binary builds by @FabijanC in #465
- Test forking of HTTPS origin by @FabijanC in #470
- Account impersonation by @marioiordanov in #436
- Improve docs and migrate to separate website by @FabijanC in #472
- Release v0.0.6 by @FabijanC in #473
New Contributors
- @lordshashank made their first contribution in #435
- @xiaolou86 made their first contribution in #443
- @Hueber9500 made their first contribution in #448
- @hhamud made their first contribution in #439
Full Changelog: v0.0.5...v0.0.6