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

v0.5.4

Compare
Choose a tag to compare
@FabijanC FabijanC released this 16 Jun 12:53
· 33 commits to master since this release

Usage related changes

  • JSON-RPC updates
    • simulateTransaction supported
      • Using parameter transactions instead of transaction
      • Other trace methods not yet supported
    • getBlockWithTxs, getBlockWithTxHashes and getTransactionByHash now can return DeclareV2 (Cairo 1) transactions
  • Improved logging; introduced new flags
    • --verbose
    • --hide-predeployed-contracts
      • --hide-predeployed-accounts is deprecated
    • --hide-server-logs to hide HTTP server logs
  • Customizable compiler args:
    • Since supporting Cairo 1 declaration, Devnet has been recompiling the contracts with a hardcoded set of flags
    • Set a custom set of flags by providing a single space-separated string to --compiler-args
      • default is --compiler-args "--add-pythonic-hints --allowed-libfuncs-list-name experimental_v0.1.0"

Merged PRs

Full Changelog: v0.5.3...v0.5.4