Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.94 KB

CHANGELOG.md

File metadata and controls

28 lines (18 loc) · 1.94 KB

0.2.1 (2024-03-16)

Bug Fixes

  • utils: fix applyL1ToL2Alias and undoL1ToL2Alias (9fd3b23)
  • wallet: fix maxPriorityFeePerGas hiegher than maxFeePerGas (3f1fcbf)

0.2.0 (19.02.2024)

Features

  • paymster withdraw and transfer support (d5edf2b)
  • support for weth bridge and custom bridge (d5edf2b)
  • provider: add zks_logProof (d5edf2b)
  • updated contract wrappers (d5edf2b)
  • Add WalletL1 for interacting with L1 chain (d5edf2b)
  • Wallet for interacting with L1 and L2 chain (d5edf2b)

Deprecated:

  • DefaultEthereumProvider in favor of Wallet
  • ZkSyncWallet in favor of Wallet

0.1.1 (2023-06-01)

Features

  • DefaultEthereumProvider finalize withdraw (14f8a70)