Skip to content

Commit

Permalink
1.0.0 CHANGELOG [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2024-03-19)

### Bug Fixes

* **Client:** `getBalance` for ERC20 ([2de4bbc](2de4bbc))

### Features

* add `estimateL1ToL2Execute` ([c855df8](c855df8))
* add `getL2HashFromPriorityOp` ([257dafa](257dafa))
* add `getTransferTx` and `estimateGasTransfer` ([7cb9913](7cb9913))
* add `getWithdrawTx` and `estimateGasWithdraw` ([a97f9f3](a97f9f3))
* add `l1TokenAddress` and `l2TokenAddress` ([d27de66](d27de66))
* add `maxPriorityFeePerGas` ([5a707ee](5a707ee))
* add `waitforTransactionReceipt` ([878fb39](878fb39))
* add `Wallet`, `WalletL1` and `WalletL2` ([ae30656](ae30656))
* add `ZkSyncClient` and `EthereumClient` ([144f0f3](144f0f3))
* add deposit, withdraw and transfer functionalities ([b00dc28](b00dc28))
* **client:** add `getProof` ([039418e](039418e))
* **Wallet:** add `estimateGasdepositTransaction` and `getDepositTransaction` ([d22083c](d22083c))
* **wallet:** add `getFullRequiredDepositFee` ([a794adf](a794adf))
* **Wallet:** add `getRequestExecute` and `estimateGasRequestExecute` ([f403ffe](f403ffe))
  • Loading branch information
semantic-release-bot committed Mar 19, 2024
1 parent ec6b265 commit 569febb
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# 1.0.0 (2024-03-19)


### Bug Fixes

* **Client:** `getBalance` for ERC20 ([2de4bbc](https://github.com/zksync-sdk/zksync2-swift/commit/2de4bbce81ab46046e7f0e1e5402ec5601928832))


### Features

* add `estimateL1ToL2Execute` ([c855df8](https://github.com/zksync-sdk/zksync2-swift/commit/c855df8387f7c74160dcefa10d25f26d531b871b))
* add `getL2HashFromPriorityOp` ([257dafa](https://github.com/zksync-sdk/zksync2-swift/commit/257dafa164d8bca493dccf945775aec0e82494a5))
* add `getTransferTx` and `estimateGasTransfer` ([7cb9913](https://github.com/zksync-sdk/zksync2-swift/commit/7cb99138c0b4050a0e62f0ff788d116c6cd8929d))
* add `getWithdrawTx` and `estimateGasWithdraw` ([a97f9f3](https://github.com/zksync-sdk/zksync2-swift/commit/a97f9f3de90cd82f8ca3e1a095ebcb006188ae64))
* add `l1TokenAddress` and `l2TokenAddress` ([d27de66](https://github.com/zksync-sdk/zksync2-swift/commit/d27de66502d204df01ad48e5663dcae434cd07ea))
* add `maxPriorityFeePerGas` ([5a707ee](https://github.com/zksync-sdk/zksync2-swift/commit/5a707ee90006facb11d6628208b93600fcec0af5))
* add `waitforTransactionReceipt` ([878fb39](https://github.com/zksync-sdk/zksync2-swift/commit/878fb39dde6bfd4766e6dddf4645f8457791648e))
* add `Wallet`, `WalletL1` and `WalletL2` ([ae30656](https://github.com/zksync-sdk/zksync2-swift/commit/ae306564daaeb8c3420b4ae9a1569f387876cd8b))
* add `ZkSyncClient` and `EthereumClient` ([144f0f3](https://github.com/zksync-sdk/zksync2-swift/commit/144f0f3c4a0092b983bfd62a99161df8ce9d807e))
* add deposit, withdraw and transfer functionalities ([b00dc28](https://github.com/zksync-sdk/zksync2-swift/commit/b00dc28b07e1125de1442f0b1897065d354b6d03))
* **client:** add `getProof` ([039418e](https://github.com/zksync-sdk/zksync2-swift/commit/039418e222095abea545434827ba423a208a0fc4))
* **Wallet:** add `estimateGasdepositTransaction` and `getDepositTransaction` ([d22083c](https://github.com/zksync-sdk/zksync2-swift/commit/d22083c1bb27184a6696d3832de1489739d37b00))
* **wallet:** add `getFullRequiredDepositFee` ([a794adf](https://github.com/zksync-sdk/zksync2-swift/commit/a794adfca6ba50d1995dbb962a181678475aa409))
* **Wallet:** add `getRequestExecute` and `estimateGasRequestExecute` ([f403ffe](https://github.com/zksync-sdk/zksync2-swift/commit/f403ffed7d78311be20d30457d69dede0ce42596))

# 1.0.0 (2024-03-18)


Expand Down

0 comments on commit 569febb

Please sign in to comment.