1.1.0 (2024-06-08)
- provide support for Bridgehub (21cb01f)
- Client:
getBalance
for ERC20 (2de4bbc)
- add
estimateL1ToL2Execute
(c855df8) - add
getL2HashFromPriorityOp
(257dafa) - add
getTransferTx
andestimateGasTransfer
(7cb9913) - add
getWithdrawTx
andestimateGasWithdraw
(a97f9f3) - add
l1TokenAddress
andl2TokenAddress
(d27de66) - add
maxPriorityFeePerGas
(5a707ee) - add
waitforTransactionReceipt
(878fb39) - add
Wallet
,WalletL1
andWalletL2
(ae30656) - add
ZkSyncClient
andEthereumClient
(144f0f3) - add deposit, withdraw and transfer functionalities (b00dc28)
- client: add
getProof
(039418e) - Wallet: add
estimateGasdepositTransaction
andgetDepositTransaction
(d22083c) - wallet: add
getFullRequiredDepositFee
(a794adf) - Wallet: add
getRequestExecute
andestimateGasRequestExecute
(f403ffe)
- Client:
getBalance
for ERC20 (2de4bbc)
- add
estimateL1ToL2Execute
(c855df8) - add
getL2HashFromPriorityOp
(257dafa) - add
getTransferTx
andestimateGasTransfer
(7cb9913) - add
getWithdrawTx
andestimateGasWithdraw
(a97f9f3) - add
l1TokenAddress
andl2TokenAddress
(d27de66) - add
maxPriorityFeePerGas
(5a707ee) - add
waitforTransactionReceipt
(878fb39) - add
Wallet
,WalletL1
andWalletL2
(ae30656) - add
ZkSyncClient
andEthereumClient
(144f0f3) - add deposit, withdraw and transfer functionalities (b00dc28)
- client: add
getProof
(039418e) - Wallet: add
estimateGasdepositTransaction
andgetDepositTransaction
(d22083c) - wallet: add
getFullRequiredDepositFee
(a794adf) - Wallet: add
getRequestExecute
andestimateGasRequestExecute
(f403ffe)
- Client:
getBalance
for ERC20 (2de4bbc)
- add
estimateL1ToL2Execute
(c855df8) - add
getL2HashFromPriorityOp
(257dafa) - add
getTransferTx
andestimateGasTransfer
(7cb9913) - add
getWithdrawTx
andestimateGasWithdraw
(a97f9f3) - add
l1TokenAddress
andl2TokenAddress
(d27de66) - add
maxPriorityFeePerGas
(5a707ee) - add
waitforTransactionReceipt
(878fb39) - add
Wallet
,WalletL1
andWalletL2
(ae30656) - add
ZkSyncClient
andEthereumClient
(144f0f3) - add deposit, withdraw and transfer functionalities (b00dc28)
- client: add
getProof
(039418e) - Wallet: add
estimateGasdepositTransaction
andgetDepositTransaction
(d22083c) - wallet: add
getFullRequiredDepositFee
(a794adf) - Wallet: add
getRequestExecute
andestimateGasRequestExecute
(f403ffe)
0.0.2 (2023-08-22)
- Add workflow for automated tests. (b00dc28)
- Fix CocoaPods related issues. (b00dc28)
- Rename
ergs
togas
. (e5f0e88) - Add
TransactionDetails
. (d143ac1) - Add deposit, withdraw and transfer functionalities (b00dc28)
Fix:
- Fix failing tests. (cc4abd5)