Releases: starknet-io/starknet.js
Releases · starknet-io/starknet.js
v3.11.0
3.11.0 (2022-05-11)
Bug Fixes
Features
- add checksum addresses (2d32ed8)
- use BigNumber for estimate fee amount (751c2ed)
v3.10.3
3.10.3 (2022-05-04)
Bug Fixes
- encode: maximum call stack size exceeded (3cd8195)
v3.10.2
3.10.2 (2022-04-27)
Bug Fixes
- tests: fix getBlock blocks (c0422b7)
v3.10.1
3.10.1 (2022-04-20)
Bug Fixes
- account: function documentation fix (34a9779)
- contractFactory: wrong prop type (598bcd0)
- contract: recursion function name fix (803b6dc)
- typings (1fadf41)
- utils: adding transaction utils to the utils export (6429179)
v3.10.0
3.10.0 (2022-04-20)
Bug Fixes
Features
- account: new hash formula (ea4df2c)
v3.9.0
3.9.0 (2022-04-08)
Bug Fixes
- account: adding overhead on estimateFee for maxFee (ec52f61)
- contract: override object when invoking a function (c605151)
- estimatedFeeToMaxFee with integers only (71d19a7)
- rename txVersion to version (2ae36b2)
- utils: remove check for the BN (50a7951)
Features
- account: adding new transaction version for fee estimation (2f7cb3f)
v3.8.0
3.8.0 (2022-04-04)
Bug Fixes
- getBlock should not default to pending block (7a641b5)
Features
v3.7.0
3.7.0 (2022-03-24)
Features
- Account: account constructor should take a KeyPair or a Signer as parameter (ea6ae40)
- add BigInt support within BigNumberish (e42427a)
- using typeguard to narrow variable's type in Account's constructor (ed048f3)
v3.6.0
3.6.0 (2022-03-24)
Bug Fixes
- account: estimate fee transfered from provider to account class (93e7dd9)
- formatting (248246f)
- link (494e000)
- provider: estimateFee entrypoint conversion fix (e40204a)
- provider: estimation fee response type (ce674ca)
Features
- add LedgerSigner class + blind signing (9b700f3)
- contract: contract expanded with estimateFee method (fbaf4ba)
- improvements after PR reviewing (9f30e20)
- new improvements after new PR review (2e16808)
- provider: provider expanded with getTransactionTrace (b67361a)
v3.5.1
3.5.1 (2022-03-11)
Bug Fixes