Skip to content

Latest commit

 

History

History
61 lines (38 loc) · 4.78 KB

CHANGELOG.md

File metadata and controls

61 lines (38 loc) · 4.78 KB

0.4.0 (2024-02-23)

Bug Fixes

  • accounts: FullRequiredDepositFee use default bridge address when missing msg.BridgeAddress (840c653)
  • accounts: WalletL2.SignTransaction populates transaction before signing (13f8d7f)
  • accounts: change default priority fee to 0 for zksync tx (37dbd47)
  • accounts: resolve error in formating string (6be5c6b)
  • clients: allow requestExecute transactions in block without signatrues (1744ee7)
  • clients: deprecate client.ConfirmedTokens (33372c4)
  • clients: deprecate client.TokenPrice (d5acec3)
  • clients: patch to work with geth:1.13.13 version #27 (8ee9d08)
  • resolve colision among dependencies #29 (dc8ad7a)
  • types: aligned types with zksync-core v18 (191cc74)
  • types: extend bridge contracts with WETH bridges (a21f294)
  • utils: pass bytes to GetGeneralPaymasterInput function #30 (8e62183)

Features

  • accounts: add WalletL2.DeploymentNonce for fetching deployment nonce (8099778)
  • clients: add BaseClient.Proof method for fetching storage proofs (9e06517)
  • update contracts to align with version v20.4.0 (463a6f3)
  • utils: add NonceHolderAddress variable (0365a37)

0.3.2 (2023-11-10)

Bug Fixes

  • accounts,types: resolve errors in error messages (167cf5b)

0.3.1 (2023-08-21)

Bug Fixes

  • accounts: ensure the Context if it's nil in WalletL2.Balance (e0d6064)
  • accounts: use correct Context and block number in WalletL1.BalanceL1 (2af4513), closes #22

0.3.0 (2023-06-30)

Features

  • refactor the design to be more geth friendly (1e141c0)

Bug Fixes

  • update readme with account abstraction examples (f321951)

0.2.0 (2023-06-16)

Features

  • repack the source code (82dae4b)
  • handle error graceful (8b6c93f)
  • handle error when call EstimateAndSend (a17dec6)
  • add account abstraction (bd81fc3)
  • provider: add zksync rpc methods (2f0081b)