Skip to content

Releases: starknet-io/starknet.js

v6.10.1

28 Jun 13:40
Compare
Choose a tag to compare
v6.10.1 Pre-release
Pre-release

6.10.1 (2024-06-28)

Bug Fixes

v6.10.0

18 Jun 17:38
Compare
Choose a tag to compare
v6.10.0 Pre-release
Pre-release

6.10.0 (2024-06-18)

Feat

  • types-js
  • nested events
  • handling of nonZero type

Fix

  • replace enums with companion pattern
  • add type coverage

Test:

  • add coverage in automatic test suite
  • various updates

Docs:

  • Guide for wallet account
  • various update

Details

v6.9.0

21 May 08:44
Compare
Choose a tag to compare
v6.9.0 Pre-release
Pre-release

6.9.0 (2024-05-21)

Test

  • Improve tests performance #1121

Bug Fixes

Features

Reverts

v6.8.0

23 Apr 17:04
Compare
Choose a tag to compare
v6.8.0 Pre-release
Pre-release

6.8.0 (2024-04-23)

Patch/Fixes

Features

  • add getGasPrice rpc provider method (#1056) (d396275)
  • Export function parseCalldataField() (4d59658)

version details

v6.7.0

03 Apr 12:20
Compare
Choose a tag to compare
v6.7.0 Pre-release
Pre-release

6.7.0 (2024-04-03)

Features

  • Changed bundle (moduleResolution: Bundler, module: ES2022) #1042
  • Added dependency "starknet-types": "^0.0.4" #1053
  • function validateAndParseEthAddress(address: BigNumberish): string #1040
  • Wallet namespace #1051
  • expose data gas consumed and data gas price for 0.7 rpc #1057

Implementation details

v6.6.6

25 Mar 15:00
Compare
Choose a tag to compare
v6.6.6 Pre-release
Pre-release

6.6.6 (2024-03-25)

Features

  • Ethereum account (signer) docs
  • Cairo u512 docs
  • Enriched transaction receipt docs

Bug Fixes

  • docs (utils address): validateChecksumAddress
  • docs (utils address): formatting address
  • fix (Account): skipValidate in estimateFeeBulk
  • fix (Account): simplify extends for abstract account class
  • fix (SNIP-12): repair i128 typed data encoding and add typed data range checks

Implementation details

v6.6.0

19 Mar 22:32
Compare
Choose a tag to compare
v6.6.0 Pre-release
Pre-release

6.6.0 (2024-03-19)

Bug Fixes

  • second option bump semantic release to 0.5 (c90f9b2)
  • test ci fix (3a6c924)
  • update to latest get-starknet dev (017702f)
  • wallet circular dependency fix (621ae2d)

Features

  • get-starknet-core repacked for mjs, and initial implementation (ab7fa19)
  • the WalletAccount handle changed channel (73603e1)
  • wallet deploy contract and patches (dbf53b6)
  • walletAccount extract methods and update new ones (0dfb5db)

v6.5.0

14 Mar 15:30
Compare
Choose a tag to compare
v6.5.0 Pre-release
Pre-release

6.5.0 (2024-03-14)

Bug Fixes

  • adjust max amount bound calculation for RPC v0.7.0 (dd34cdb)

Features

  • make fee margins configurable (cedd984)

v6.4.2

14 Mar 12:58
Compare
Choose a tag to compare
v6.4.2 Pre-release
Pre-release

6.4.2 (2024-03-14)

Bug Fixes

  • update starknetid sepolia contract addresses (#1016) (b50a3bd)

v6.4.1

14 Mar 09:49
Compare
Choose a tag to compare
v6.4.1 Pre-release
Pre-release

6.4.1 (2024-03-14)

Bug Fixes

  • byteArray encoding for less than 31 chars (#1011) (653acc4)