Skip to content

Commit aec81f5

Browse files
2.0.0 version bump [skip ci]
# [2.0.0](v1.2.0...v2.0.0) (2024-11-08) ### Bug Fixes * `estimate_default_bridge_deposit_l2_gas` use correct token ([a173430](a173430)) * **wallet:** fix custom bridge support ([a095d5a](a095d5a)) * **wallet:** use `l2BridgeAddress` in `_get_l2_gas_limit_from_custom_bridge` ([b94636a](b94636a)) ### Features * `LegacyContractFactory` add `createAccount` and `create2Account` ([2daa365](2daa365)) * add `SmartAccount` feature ([15eb303](15eb303)) * improve `provider` typing ([215168c](215168c)) * **provider:** add `is_l2_bridge_legacy` ([5cb4eb8](5cb4eb8)) * **provider:** add `zks_get_confirmed_tokens` ([fc72cf9](fc72cf9)) * **provider:** add `zks_get_fee_params` ([82848dc](82848dc)) * **provider:** add `zks_get_protocol_version` ([5005ef1](5005ef1)) * **provider:** add `zks_send_raw_transaction_with_detailed_output` ([b306242](b306242)) * update `web3` to the latest version ([cd0c34c](cd0c34c)) * **wallet:** add `l1_token_address` ([b6c49d3](b6c49d3)) ### BREAKING CHANGES * update to `web3` `v7`
1 parent 1f6b58d commit aec81f5

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
# [2.0.0](https://github.com/zksync-sdk/zksync2-python/compare/v1.2.0...v2.0.0) (2024-11-08)
2+
3+
4+
### Bug Fixes
5+
6+
* `estimate_default_bridge_deposit_l2_gas` use correct token ([a173430](https://github.com/zksync-sdk/zksync2-python/commit/a173430e30f40e3cbc93cceca3581cec99b8e0c0))
7+
* **wallet:** fix custom bridge support ([a095d5a](https://github.com/zksync-sdk/zksync2-python/commit/a095d5a21e92baaa58adde5a5e4f7f90a8f0bcfc))
8+
* **wallet:** use `l2BridgeAddress` in `_get_l2_gas_limit_from_custom_bridge` ([b94636a](https://github.com/zksync-sdk/zksync2-python/commit/b94636a75ff3949256f8764bf658ba1f4cbfcbc8))
9+
10+
11+
### Features
12+
13+
* `LegacyContractFactory` add `createAccount` and `create2Account` ([2daa365](https://github.com/zksync-sdk/zksync2-python/commit/2daa365ccc937721dcf647bd65afb28a307b4f8f))
14+
* add `SmartAccount` feature ([15eb303](https://github.com/zksync-sdk/zksync2-python/commit/15eb303d5959d97348b4a81a007071a9dbd0c215))
15+
* improve `provider` typing ([215168c](https://github.com/zksync-sdk/zksync2-python/commit/215168c4654a2f3f8ccea3952f3dbbd0808434c5))
16+
* **provider:** add `is_l2_bridge_legacy` ([5cb4eb8](https://github.com/zksync-sdk/zksync2-python/commit/5cb4eb8b8f312a2e19a61d994254abe5604360db))
17+
* **provider:** add `zks_get_confirmed_tokens` ([fc72cf9](https://github.com/zksync-sdk/zksync2-python/commit/fc72cf9ed637b0843e1f7bc784d94a7b31310cb6))
18+
* **provider:** add `zks_get_fee_params` ([82848dc](https://github.com/zksync-sdk/zksync2-python/commit/82848dccd1807e7dcff3f095dc711b77f4514b03))
19+
* **provider:** add `zks_get_protocol_version` ([5005ef1](https://github.com/zksync-sdk/zksync2-python/commit/5005ef13db214c909dccecc796477b0ccaaa76eb))
20+
* **provider:** add `zks_send_raw_transaction_with_detailed_output` ([b306242](https://github.com/zksync-sdk/zksync2-python/commit/b3062420992c80d5534a380981e1097be447961d))
21+
* update `web3` to the latest version ([cd0c34c](https://github.com/zksync-sdk/zksync2-python/commit/cd0c34cb3c3afd48a75bab692ad23dc8a3e52d1c))
22+
* **wallet:** add `l1_token_address` ([b6c49d3](https://github.com/zksync-sdk/zksync2-python/commit/b6c49d3d9acc0bb5dcb60ab9092278498dc6c699))
23+
24+
25+
### BREAKING CHANGES
26+
27+
* update to `web3` `v7`
28+
129
# [1.2.0](https://github.com/zksync-sdk/zksync2-python/compare/v1.1.0...v1.2.0) (2024-06-07)
230

331

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "zksync2"
7-
version = "1.2.0"
7+
version = "2.0.0"
88
authors = [
99
{ name="Matter Labs", email= "[email protected]" },
1010
]

0 commit comments

Comments
 (0)