Skip to content

Releases: stx-labs/stacks.js

7.2.0

08 Aug 14:43
0f4cff4

Choose a tag to compare

7.2.0 (2025-08-07)

Features

  • Add createNetwork function for easy API key usage (#1800) (305d854)

Bug Fixes

  • Respect network changing flags for contract_call command (04bb69c)
  • Respect network changing flags for deploy_contract CLI command (aefdf26)
  • Respect network changing flags for faucet command (8142c1c)
  • Respect network changing flags for migrate_subdomains command (8624397)

v7.1.2

18 Jun 09:17

Choose a tag to compare

7.1.2 (2025-06-18)

Bug Fixes

  • Make Gaia hub profile fetching and uploading in makeAuthResponse optional (5ca31e7)

v7.1.0

02 Jun 11:26

Choose a tag to compare

7.1.0 (2025-06-02)

Features

  • Allow CLI call_contract_func command to take Clarity arguments as command line arguments (5d1ae3f)

Bug Fixes

  • Fix Cl.parse and Cl.stringify to match JSON.parse and JSON.stringify in escaping characters and string handling (c3267a5)
  • Fix a regression from the v7.x.x update where the localnet/mocknet flag stopped being respected in the CLI (53c6aaa)

v7.0.6

18 Apr 14:56
21f2e2d

Choose a tag to compare

7.0.6 (2025-04-18)

Bug Fixes

  • Increase maximum code body length for contract deploys (#1793) (02e05ca)

v7.0.5

10 Mar 18:46

Choose a tag to compare

7.0.5 (2025-03-10)

Bug Fixes

  • Add missing post-condition conversion functions: Pc.fromHex(), wireToPostCondition (4e36e26)
  • Allow make builder functions to take in serialized post-conditions (a617f65)