Skip to content

Releases: Scaffold-Stark/scaffold-stark-2

v2.0.1

30 Oct 15:57

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.2...v2.0.1

v2.0.0

30 Oct 14:50

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.2...v2.0.0

v1.1.2

11 Sep 08:37

Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.1.2

v1.1.1

07 Aug 12:22

Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

06 Aug 12:38
aa21994

Choose a tag to compare

What's Changed

New Contributors

Notes

  • Extension Released on this Version

Full Changelog: v1.0.17...v1.1.0

v1.0.16

16 Jul 04:13

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.15...v1.0.16

v1.0.14

25 Jun 10:20

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.13...v1.0.14

v1.0.0

22 Apr 22:29

Choose a tag to compare

Update of all dependencies to their latest stable versions to ensure full compatibility with Starknet 0.13.5 and the new Transaction Version 3 (TxV3) architecture. Additionally, it removes eth token-related components to align with Starknet's roadmap focusing on the strk token.

Dependency Updates:

  • Starknet-devnet → v0.4.0
  • Scarb → v2.11.4
  • Snforge → v0.41.0
  • Cairo → v2.11.4
  • Starknet.js → v7.1.0

Full Changelog: v0.3.0...v1.0.0

v0.3.0

24 Sep 02:28

Choose a tag to compare

🚀 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

v0.2.2

28 Jul 14:14

Choose a tag to compare

🚀 Scaffold-Stark 2 v0.2.2

@0xquantum3labs

Changes since v0.1.0

Updated Requirements

  • Updated Scarb version to 2.6.5 from 2.5.4
  • Updated Cairo version to 2.6.4 from 2.5.4
  • Updated Snforge version to 0.27.0 from 0.25.0
  • Updated RPC version support to 0.7.0 from 0.5.1
  • Updated OpenZeppelin version to 0.14.0 from 0.10.0
  • Updated starknet.js version to 6.7.0 from 6.5.0
  • Remove submodule dependency of starknet-devnet-rs

Documentation and Quickstart Improvements

  • Added instructions on starknet-devnet global installation.
  • Updated instructions for verifying the RPC version.
  • Updated compatible versions section with the latest tool versions.
  • Improved Quickstart guide to clarify environment variable preparation and network setup.
  • Updated URLs for RPC examples and added more detailed instructions for setting up dedicated RPC.

New Features

  • Support for Arrays of Structs: Added support on /debug for handling arrays of structs.
  • Support for Complex Types: Enhanced /debug page to handle complex types like nested structs and nested tuples with Enums and Arrays / Spans
  • Faster Deployment Script: Improved deployment scripts to allow for single transaction deployment of multiple contracts.

Full Changelog

Full Changelog