Skip to content

Latest commit

 

History

History
101 lines (70 loc) · 8.09 KB

CHANGELOG.md

File metadata and controls

101 lines (70 loc) · 8.09 KB

1.1.0 (2024-06-08)

Features

  • provide support for Bridgehub (21cb01f)

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)

1.0.0 (2024-03-18)

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)

1.0.0 (2024-03-18)

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)

0.0.2 (2023-08-22)

Features

  • Add workflow for automated tests. (b00dc28)
  • Fix CocoaPods related issues. (b00dc28)
  • Rename ergs to gas. (e5f0e88)
  • Add TransactionDetails. (d143ac1)
  • Add deposit, withdraw and transfer functionalities (b00dc28)

Fix:

0.0.1 (2022-12-15)

New features

  • Initial implementation of ZkSync2 for Swift. (initial
  • Add CocoaPods support. (b6d541b)