Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@0xquantum3labs 0xquantum3labs released this 24 Sep 02:28
· 17 commits to main since this release

πŸš€ Scaffold-Stark v0.3.0

Changes since v0.2.2

Updated Requirements

  • Updated Cairo version to 2.8.2 from 2.6.4
  • Updated Scarb version to 2.8.2 from 2.6.5
  • Updated RPC version support to 0.7.1 from 0.7.0
  • Updated OpenZeppelin version to 0.16.0 from 0.14.0
  • Updated starknet.js version to 6.12.1 from 6.7.0
  • Updated starknet-devnet to use the latest version 0.2.0
  • Updated starknet-react to use the latest version 3.0.0

New Features

  • Fee Payment Options: Added support for deploying contracts with flexible fee payments in either STRK or ETH via the --fee flag.
  • ABI Handling: Users can now download contract ABIs and automatically append them to the contracts file, simplifying contract interactions within the app.
  • Forking on Devnet: With the latest starknet-devnet (0.2.0), users can now create forks, enabling more complex testing scenarios that simulate existing chain states.

Documentation and Quickstart Improvements

  • Updated Quickstart guide to include new fee options for deployments.
  • Added instructions for managing and downloading ABIs.
  • Clarified devnet usage and provided examples for forking workflows.

Full Changelog: v0.2.2...v0.3.0