Skip to content

Releases: zksync-sdk/zksync-ethers

v6.13.0

26 Sep 16:11
Compare
Choose a tag to compare

6.13.0 (2024-09-26)

Bug Fixes

  • tyoes: add missing field for FeeParams (456c73a)

Features

  • utilize estimated gasPerPubData (9f98f75)

v6.12.1

06 Sep 17:24
Compare
Choose a tag to compare

6.12.1 (2024-09-06)

Bug Fixes

  • provider: fix getRpcError issue with chai matchers (a66a876)

v6.12.0

27 Aug 17:49
Compare
Choose a tag to compare

6.12.0 (2024-08-27)

Bug Fixes

  • signer: fix populateFeeData provider check (b89429b)

Features

  • getTransfer and getWithdraw return EIP712 type (f92d344)
  • provider: add estimateDefaultBridgeDepositL2Gas and estimateCustomBridgeDepositL2Gas (1ffd39a)
  • provider: add getL1ChainId (0f8d58f)
  • signer: add finalizeWithdrawalParams (30fb918)
  • signer: add VoidSigner for l2 operations (358f733)
  • types: add timeout parameter to transaction wait() (2e55d0b)
  • wallet: add getFinalizeWithdrawalParams (87f6081)

v6.11.2

09 Aug 10:05
Compare
Choose a tag to compare

6.11.2 (2024-08-09)

Bug Fixes

  • signer: sendTransaction populate from (a9db811)

v6.11.1

01 Aug 17:35
Compare
Choose a tag to compare

6.11.1 (2024-08-01)

Bug Fixes

  • provider: switch localhost to ip (dc284de)

v5.9.2

01 Aug 18:00
Compare
Choose a tag to compare

5.9.2 (2024-08-01)

Bug Fixes

  • provider: switch localhost to ip (a11ab17)

v6.11.0

24 Jul 09:40
Compare
Choose a tag to compare

6.11.0 (2024-07-24)

Features

  • prioratize EIP712 and utilize zks_estimateFee (4c58829)
  • prioratize EIP712 and utilize zks_estimateFee (527a74f)
  • provider: add support for l1_committed block tag (011db1f)

v6.10.0

09 Jul 12:01
Compare
Choose a tag to compare

6.10.0 (2024-07-09)

Bug Fixes

  • make weth bridge addresses optional (ad3cff8)

Features

  • types: add l1_committed type into type BlockTag (89e7f69)

v5.9.1

09 Jul 11:59
Compare
Choose a tag to compare

5.9.1 (2024-07-09)

Bug Fixes

v6.9.0

19 Jun 13:42
Compare
Choose a tag to compare

6.9.0 (2024-06-19)

Bug Fixes

  • adapter: fix support for custom bridge (deb01a4)
  • adapter: return IL2SharedBridge (bd67567)

Features

  • align types and RPC endpoints with version v24.7.0 of a node (f7ef615)
  • provider: add Provider.getConfirmedTokens() method (887dc00)
  • provider: add Provider.getFeeParams() method (f5b9381)
  • provider: add Provider.getProtocolVersion() method (864c9d0)
  • provider: add Provider.sendRawTransactionWithDetailedOutput() method (d41a75d)

BREAKING CHANGES

  • Types and RPC endpoints are aligned with version
    v24.7.0 of a node.