Skip to content

v0.1.1

Compare
Choose a tag to compare
@FabijanC FabijanC released this 27 Jun 13:51
· 53 commits to main since this release
058fe3c

Usage related changes

  • v0.1.0 skipped
  • API unification. Devnet-specific functionality now available via JSON-RPC:
    • E.g. POST /mint is now POST /rpc { "method": "devnet_mint", ... }
    • Methods are documented on the documentation pages related to their respective use cases.
    • The long term plan is to remove the old endpoints and keep only JSON-RPC support
  • Block generation changes:
    • Dropped: --blocks-on-demand
    • Introduced --block-generation-on <transaction|demand|<SECONDS>>
      • The last one is a new mode and introduces automatic block generation with a period of <SECONDS>.
      • Default: transaction
    • More info in docs
  • Return proper RPC errors from starknet_getBlockTransactionCount and starknet_getEvents
  • Bugfix in block abortion
  • Update docs with starknet-devnet-js references

Development related changes

  • Refactor of state commitment

Merged PRs

New Contributors

Full Changelog: v0.0.7...v0.1.1