Skip to content

Releases: starknet-io/starknet.js

v3.1.0

22 Feb 15:02
Compare
Choose a tag to compare
v3.1.0 Pre-release
Pre-release

3.1.0 (2022-02-22)

Bug Fixes

  • test: adding tests for type transferormation (60d5eb6)
  • tests: adding multicall contract (138b29d)

Features

  • contract: adding jsDocs to the contract class (d9ec6d3)
  • contract: adding parse request data on call and invoke (e6d46dc)
  • contract: parsing response from the contract call (3f7425f)

v3.0.0

10 Feb 10:16
Compare
Choose a tag to compare
v3.0.0 Pre-release
Pre-release

3.0.0 (2022-02-10)

Bug Fixes

  • account: dont allow additional signatures in execute (ac02d46)
  • comments (f261120)
  • review comments (ee93bd6)
  • test: remove only for getTransactionReceipt test (eb11d3b)
  • types: change type of block_number from number to BlockNumber in TransactionReceipt (7a48ff8)
  • types: update TransactionReceipt type (9f9f6a2)

Features

  • account: introduce execute method (0be78c6)
  • contract: add an option to pass block identifier (e34dd86)
  • new signer and provider interface (4b2a71c)
  • provider: add getTransactionReceipt() (4267a5f)
  • split account and signer (ca4ad9d)
  • update readme (ed021dc)

BREAKING CHANGES

  • new provider and signer interfaces

v2.9.0

04 Feb 08:59
Compare
Choose a tag to compare
v2.9.0 Pre-release
Pre-release

2.9.0 (2022-02-04)

Bug Fixes

  • introduce block identifier type (75599a9)

Features

  • utils: add validateAndParseAddress function (c067fc4)

v2.8.0

02 Feb 12:52
Compare
Choose a tag to compare
v2.8.0 Pre-release
Pre-release

2.8.0 (2022-02-02)

Features

  • add tests (e495d48)
  • implement verifyMessage and verifyMessageHash (bc9c4e9)

v2.7.2

20 Jan 15:52
Compare
Choose a tag to compare
v2.7.2 Pre-release
Pre-release

2.7.2 (2022-01-20)

Bug Fixes

  • CONTRIBUTING: wrong link (2622a6c)

v2.5.1

20 Jan 16:09
Compare
Choose a tag to compare

2.5.1 (2022-01-20)

Bug Fixes

  • CONTRIBUTING: wrong link (2622a6c)

v2.7.1

04 Jan 12:35
Compare
Choose a tag to compare
v2.7.1 Pre-release
Pre-release

2.7.1 (2022-01-04)

Bug Fixes

  • types: add block_number property to GetBlockResponse interface (696cf5a)

v2.7.0

03 Jan 09:41
Compare
Choose a tag to compare
v2.7.0 Pre-release
Pre-release

2.7.0 (2022-01-03)

Bug Fixes

  • add response to the waitForTx error (e25bdfd)

Features

  • blockHash: add blockHash and fix test cases (4e107eb)

v2.6.0

29 Dec 01:45
Compare
Choose a tag to compare
v2.6.0 Pre-release
Pre-release

2.6.0 (2021-12-29)

Bug Fixes

Features

v2.5.0

13 Dec 14:34
Compare
Choose a tag to compare

2.5.0 (2021-12-13)

Bug Fixes

Features