Skip to content
This repository was archived by the owner on Jul 3, 2024. It is now read-only.

Releases: zksync-sdk/zksync2-js

v0.17.1

06 Dec 11:09

Choose a tag to compare

0.17.1 (2023-12-06)

Bug Fixes

  • return normalized bytecode in normalizeBytecode function (e74798f)

v0.17.0

06 Dec 00:40

Choose a tag to compare

0.17.0 (2023-12-06)

Features

  • add Provider.getBytecodeByHash and Provider.getRawBlockTransactions (125a092)

v0.4.0

06 Dec 00:03

Choose a tag to compare

0.4.0 (2023-12-01)

Bug Fixes

  • update contract ABI to align with zksync core v18 (f7d46f3)
  • resolve padding bugs in createAccount and createAccount2 (d1523fb)
  • add support for Sepolia testnet (cfcd9db)

Features

  • add Provider.getBytecodeByHash and Provider.getRawBlockTransactions (021ad49)

v0.3.0

05 Dec 23:56

Choose a tag to compare

0.3.0 (2023-11-08)

Bug Fixes

  • resolved bug related to attaching contract to custom bridge (a81e92c)

Features

  • add support for wETH bridges (535e2f0)

v0.2.2

05 Dec 23:51

Choose a tag to compare

0.2.2 (2023-11-01)

Bug Fixes

  • update Log format to allow null values in Log.removed (1408c48)
  • make ContractFactory generic (a2e7b2c)

v0.16.0

06 Dec 00:36

Choose a tag to compare

0.16.0 (2023-11-01)

Features

  • add Provider.estimateFee method (e4466d3)
  • provide account and contract deployment using CREATE2 opcode (97a1fc2)
  • add AdapterL2.getDeploymentNonce (9ad8265)
  • add INonceHolder ABI and typechain (7433697)

Bug Fixes

  • resolved wrong types in types.Fee (8f1bf71)

v0.2.1

05 Dec 23:45

Choose a tag to compare

0.2.1 (2023-10-24)

Bug Fixes

  • fix typing error related to Provider.contracAddresses (b95c954)
  • resolve error related to deployment when overrides parameter is used (77f4835)

v0.2.0

05 Dec 23:25

Choose a tag to compare

0.2.0 (2023-10-20)

Bug Fixes

  • arrarify factory deps in Provider.estimateGas (91e87a4)
  • fix padding in hashBytecode (38f2059)
  • provide ethers.Overrides as last parameter in ContractFactory.deploy (628b4c1)
  • provide option to specify salt and factory deps in ContractFactory.deploy() (c7a0c9a)

Features

  • add AdapterL2.getDeploymentNonce method (b93e791)
  • add utils.PAYMASTER_FLOW_ABI (a89208c)
  • add ABI and typechain for NonceHolder contract (462b01a)
  • add account and contract deployment using CREATE2 opcode in ContractFactory (16ba768)

v0.1.0

05 Dec 23:21

Choose a tag to compare

0.1.0 (2023-10-04)

Bug Fixes

  • resolve issues related to TransactionResponse.wait() and TransactionResponse.waitFinalize() (aad269a)

Features

v0.15.5

06 Dec 00:36

Choose a tag to compare

0.15.5 (2023-10-02)

Bug Fixes

  • handle errors from wETHL1 and wETHL2 bridges (a3cb054)

Features

  • make input optional in create2Address (8745cfd)