Skip to content

Releases: starknet-io/starknet.js

v8.0.0-beta.2

21 Jul 11:05
Compare
Choose a tag to compare
v8.0.0-beta.2 Pre-release
Pre-release

8.0.0-beta.2 (2025-07-21)

Features

  • customize tip type, cleanup, account interface update, remove types namespace export (586ffde)
  • tip metric, test update (e665389)
  • tip raw impl in account, tests (07d4e73)

v8.0.0-beta.1

16 Jul 16:24
Compare
Choose a tag to compare
v8.0.0-beta.1 Pre-release
Pre-release

8.0.0-beta.1 (2025-07-16)

Bug Fixes

  • factory jsdocs, CompleteDeclareContractPayload type update for Cairo1 (06920cb)
  • import all types from ./api, remove 07 package (68ac49c)
  • improve DeclareContractPayload type (00835ca)
  • sepolia Pathfinder tests PASS (0c41fc2)

Features

  • await Contract.factory() with rawArgs support, del connect(), del contractFactory Class (c108160)
  • contract & factory type-sync with Account, fix SierraContractClass abi, buildUDCCall with abi (20a732a)
  • introduce roc09, made batchClient generic (c49dd10)
  • main modifications without tests (3407201)
  • new channel init (ffec346)
  • object-base API Account,WalletAccount, backward support methods (06a3760)
  • second swipe update, clean or commented tests (92185f5)

BREAKING CHANGES

  • starknet version 0.14:

v7.6.4

10 Jul 14:47
Compare
Choose a tag to compare

7.6.4 (2025-07-10)

Bug Fixes

  • allow numeric revision value for typed data (d4c9627)

v7.6.3

10 Jul 07:45
Compare
Choose a tag to compare
v7.6.3 Pre-release
Pre-release

7.6.3 (2025-07-10)

Bug Fixes

  • check for the existence of window.WebSocket before bind (ba7428b)

v7.6.2

24 Jun 15:32
Compare
Choose a tag to compare

7.6.2 (2025-06-24)

Bug Fixes

  • enable passing UniversalDetails into ContractOptions (#1427) (4cde813)

v7.6.1

24 Jun 14:16
Compare
Choose a tag to compare
v7.6.1 Pre-release
Pre-release

7.6.1 (2025-06-24)

Bug Fixes

  • verification of signature in a Braavos account with a juno node … (#1426) (e3dca62)

v7.6.0

23 Jun 12:36
Compare
Choose a tag to compare
v7.6.0 Pre-release
Pre-release

7.6.0 (2025-06-23)

Bug Fixes

  • flex. simulate version, resolver, getVersionsByType tet (1e3b2b4)

Features

  • totoApiVersion, getSupportedRpcVersions, tests (9d41966)

v7.5.1

17 Jun 10:14
Compare
Choose a tag to compare

7.5.1 (2025-06-17)

Feature

  • Upgrade WebSocketChannel DX and Buffer #1416

Bug Fixes

  • remove unused Paymaster property in UniversalDetails (#1414) (ff97704)

v7.5.0

04 Jun 13:51
Compare
Choose a tag to compare
v7.5.0 Pre-release
Pre-release

7.5.0 (2025-06-04)

Bug Fixes

  • snip29 - timeBounds seconds (number), public preparePaymasterTransaction (#1408) (8cd4fa8)

Features

  • rename internal types-js alias to include organization scope (#1410) (d19cb57)

v7.4.0

27 May 08:58
Compare
Choose a tag to compare
v7.4.0 Pre-release
Pre-release

7.4.0 (2025-05-27)

Bug Fixes

  • add max_fee warning to v3 tx, remove discontinued nethermind fre… (#1402) (2c6f3e3)
  • isSuccess, isError, isReverted type predicate of ReceiptTx, GetTransactionReceiptResponse (#1392) (8bc65a0)
  • legacy Program interface with missing properties (#1378) (de3e336)
  • parseEvents should not modify ref event object (#1399) (5091541)

Features