Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

v0.2.6

Compare
Choose a tag to compare
@FabijanC FabijanC released this 20 Jul 11:30
· 283 commits to master since this release

Usage related changes

  • Adapted to cairo-lang and Starknet 0.9.1
  • Added path check on when dumping
  • Using OpenZeppelin 0.2.1 for predeployed accounts
  • Accounts predeployed with --seed now set not to change with new Devnet releases
  • Token contract:
    • Address set not to change with new Devnet releases
    • Token symbol changed to ETH
  • Supported non-decimal float as amount of minting (like 1e21 or 1000.0)
  • Added support for geth --dev being used as the L1 of L1<>L2 Postman communication
  • Introduced the /api endpoint which returns a map of all URL endpoints provided by Devnet
  • Introduced Docker image tag shardlabs/starknet-devnet:<VERSION>-seed0 which predeploys accounts with --seed 0

Development related changes

  • Refactored tests to reduce file size
  • Predeploy 0 accounts in tests
  • Support local parallel testing (poetry run pytest -n auto --dist loadscope test/)

Merged PRs

New Contributors

Full Changelog: v0.2.5...v0.2.6