Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 1.94 KB

CHANGELOG.md

File metadata and controls

35 lines (19 loc) · 1.94 KB

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)