Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Mar 09:27
· 11 commits to main since this release

1.0.0 (2024-03-19)

Bug Fixes

  • Client: getBalance for ERC20 (2de4bbc)

Features

  • add estimateL1ToL2Execute (c855df8)
  • add getL2HashFromPriorityOp (257dafa)
  • add getTransferTx and estimateGasTransfer (7cb9913)
  • add getWithdrawTx and estimateGasWithdraw (a97f9f3)
  • add l1TokenAddress and l2TokenAddress (d27de66)
  • add maxPriorityFeePerGas (5a707ee)
  • add waitforTransactionReceipt (878fb39)
  • add Wallet, WalletL1 and WalletL2 (ae30656)
  • add ZkSyncClient and EthereumClient (144f0f3)
  • add deposit, withdraw and transfer functionalities (b00dc28)
  • client: add getProof (039418e)
  • Wallet: add estimateGasdepositTransaction and getDepositTransaction (d22083c)
  • wallet: add getFullRequiredDepositFee (a794adf)
  • Wallet: add getRequestExecute and estimateGasRequestExecute (f403ffe)