Skip to content

v0.0.5

Compare
Choose a tag to compare
@FabijanC FabijanC released this 15 Apr 15:00
· 102 commits to main since this release
47ee2a7

Usage related changes

  • Providing JSON-RPC API v0.7.1
  • Supporting Starknet v0.13.1.1
  • Updates on block manipulation:
    • On spawning Devnet, an empty origin block is generated
    • Supporting block abortion
  • Using Sepolia chain ID
  • Starting with this release, platform-specific pre-compiled binaries are attached in the Assets section (more info).
  • Improved installation docs
  • Updates on forking:
    • A warning is logged if spawned Devnet has a config mismatch with the origin.
    • Bugfix in starknet_getClassAt
    • Forking not fully supported if the origin URL uses HTTPS scheme (issue)
  • Always predeclaring both Cairo0 and Cairo1 accounts
    • Still predeploying only the one kind selected by user (docs)
  • Large HTTP requests supported via configurable body size (--request-body-size-limit <BYTES>)

Development related changes

  • Transaction handling improved by refactoring
  • Internally compiling to CASM using USC
  • Improved development docs.
  • Improved GitHub templates
  • Artifact paths resolved and loaded at compile-time
    • Dockerization made simpler

Merged PRs

New Contributors

Full Changelog: v0.0.4...v0.0.5