Skip to content

Releases: starknet-io/starknet.js

v6.11.0

02 Jul 21:31
Compare
Choose a tag to compare

6.11.0 (2024-07-02)

Features

  • WalletAccount -> new standard for communicating with wallets - guide and example-repo
  • rpc 0.7.1
  • cairo 2.6.0 contract declaration
  • abiwan v2 intergation - Automatic TypeScript parsing of Cairo ABI-s guide
  • v3 transactions
  • structured data hashing in line with SNIP-12
  • Ethereum account (signer) docs
  • Cairo u512 docs
  • Enriched transaction receipt docs
  • types-js common library
  • added type coverage
  • provider.getL1MessageHash
  • add getGasPrice rpc provider method
  • export function parseCalldataField()
  • function validateAndParseEthAddress
  • provider.decodeParameters
  • fee margins configurable
  • use fetch-cookie package for cookie based sticky sessions
  • removed sequencer api , goerli testnet
  • various bugfixes

Test:

  • add coverage in automatic test suite
  • Improve tests performance
  • test's response schema validation

Docs:

  • search functionality
  • guide for wallet account
  • various improvements, new examples on methods in jsdoc and explanations

BREAKING CHANGES

  • v3 transactions
  • use only RpcProvider instead of Provider - PR
  • nested events - PR
  • migration guides from v5 to v6

v6.10.2

02 Jul 15:40
Compare
Choose a tag to compare
v6.10.2 Pre-release
Pre-release

6.10.2 (2024-07-02)

Bug Fixes

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)