Skip to content

Releases: zksync-sdk/zksync-ethers

v5.8.0-beta.5

23 Apr 19:52
Compare
Choose a tag to compare

5.8.0-beta.5 (2024-04-23)

Bug Fixes

  • utils: resolve bug when ETH_ADDRESS is passed to estimateDefaultBridgeDepositL2Gas (4527ac6)
  • signer: make Signer compatible when created using Web3Provider.getSigner() (3c04804)

v6.8.0-beta.3

19 Apr 14:05
Compare
Choose a tag to compare

6.8.0-beta.3 (2024-04-19)

Bug Fixes

  • update function signatures in Wallet, L1Signer and L1VoidSigner(1afcb82)

v5.8.0-beta.4

19 Apr 14:01
Compare
Choose a tag to compare

5.8.0-beta.4 (2024-04-19)

Bug Fixes

  • update function signatures in Wallet, L1Signer and L1VoidSigner(6c21731)

v5.8.0-beta.3

19 Apr 10:44
Compare
Choose a tag to compare

5.8.0-beta.3 (2024-04-19)

Bug Fixes

  • Fixing EVM-568 - wait properly for the block to be executed on l1 (6a86a80)

Features

  • add CI to ethers-v5-beta (6e97511)

v6.8.0-beta.2

16 Apr 12:18
Compare
Choose a tag to compare

6.8.0-beta.2 (2024-04-16)

Bug Fixes

  • use isAddressEq when comparing addresses (2a7084e)

v5.8.0-beta.2

16 Apr 12:15
Compare
Choose a tag to compare

5.8.0-beta.2 (2024-04-16)

Bug Fixes

  • use isAddressEq when comparing addresses (75b4e83)

v6.8.0-beta.1

14 Apr 15:27
Compare
Choose a tag to compare

6.8.0-beta.1 (2024-04-14)

Features

  • provide support for Bridgehub (2dcfb3f)

v5.8.0-beta.1

14 Apr 15:58
Compare
Choose a tag to compare

5.8.0-beta.1 (2024-04-14)

Features

  • provide support for Bridgehub (a2e9fb9)

v6.7.0

04 Apr 10:26
Compare
Choose a tag to compare

6.7.0 (2024-04-04)

Bug Fixes

  • make Block.sealFields optional (5825404)
  • move abi folder at top level (2759e5d)
  • provider: drop support for the Goerli network (a395dae)
  • signer: add support for zks RPC methods in Signer (c63faea)

Features

  • add SmartAccount in order to provide better support for AA (d31a9b1)

BREAKING CHANGES

  • provider: The function Provider.getDefaultProvider() no
    longer supports types.Network.Goerli.

v5.7.0

04 Apr 10:19
Compare
Choose a tag to compare

5.7.0 (2024-04-04)

Bug Fixes

  • make Block.sealFields optional (dc83275)
  • move abi folder at top level (aacddbe)
  • provider: fix issue related to resolving blockTag value (a9a1b30)
  • signer, wallet: make l2GasLimit optional parameter in requestExecute (7279205)
  • signer: add support for zks RPC methods in Signer (5c718db)
  • types: TransactionRespnose.wait() return native TransactionReceipt (9860d4d)
  • wallet: use native TransactionRequest type instead of ethers (24c4071)

Features

  • add SmartAccount in order to provide better support for AA (c38f20c)
  • provider: drop support for the Goerly network (027d9b7)

BREAKING CHANGES

  • provider: The function Provider.getDefaultProvider() no
    longer supports types.Network.Goerli.