Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync upstream #1

Merged
merged 129 commits into from
May 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
129 commits
Select commit Hold shift + click to select a range
2cb7d58
fix(deps): update dependency zksync-web3 to ^0.17.0 (#318)
renovate[bot] Dec 6, 2023
a3ca0bd
fix(deps): update dependency ethers to v6 (#329)
renovate[bot] Dec 6, 2023
6067bc1
fix(deps): update dependency @matterlabs/zksync-contracts to ^0.6.0 (…
renovate[bot] Dec 6, 2023
fe1a7fe
chore(deps): update dependency @typechain/hardhat to v9 (#321)
renovate[bot] Dec 6, 2023
faca54f
chore(deps): update rust crate eyre to 0.6.10 (#332)
renovate[bot] Dec 8, 2023
b63b050
chore(deps): update rust crate tokio to 1.35.0 (#333)
renovate[bot] Dec 9, 2023
0a2639d
chore(deps): update rust crate syn to 2.0.40 (#334)
renovate[bot] Dec 11, 2023
e9fe881
chore(deps): update rust crate syn to 2.0.41 (#335)
renovate[bot] Dec 13, 2023
571665d
chore(deps): update rust crate eyre to 0.6.11 (#336)
renovate[bot] Dec 14, 2023
8d27045
chore(deps): update rust crate thiserror to 1.0.51 (#337)
renovate[bot] Dec 16, 2023
adb49ec
chore(deps): update rust crate tokio to 1.35.1 (#339)
renovate[bot] Dec 20, 2023
a0679cf
chore(deps): update rust crate async-trait to 0.1.75 (#340)
renovate[bot] Dec 21, 2023
a3224f3
chore(deps): update rust crate syn to 2.0.42 (#341)
renovate[bot] Dec 21, 2023
53d0082
chore(deps): update rust crate proc-macro2 to 1.0.71 (#342)
renovate[bot] Dec 21, 2023
a4a2e57
chore(deps): update rust crate futures to 0.3.30 (#343)
renovate[bot] Dec 24, 2023
de06484
chore(deps): update rust crate syn to 2.0.43 (#344)
renovate[bot] Dec 25, 2023
17d10be
chore(deps): update rust crate thiserror to 1.0.52 (#345)
renovate[bot] Dec 26, 2023
08e6971
fix(chain-events): do not listen to withdrawalinitiated events (#347)
montekki Jan 16, 2024
a4e91dd
fix(finalizer): introduce an optional threshold to eth withdrawals (#…
montekki Jan 16, 2024
05739f5
chore(main): release 0.4.0 (#316)
release-please[bot] Jan 16, 2024
0fbddd4
fix(storage): remove order by to optimize query (#349)
montekki Jan 17, 2024
c5eb7e5
feat(l1): parse l2 to l1 message (#352)
Deniallugo Jan 17, 2024
342011f
chore(main): release 0.5.0 (#350)
release-please[bot] Jan 17, 2024
d082084
chore: h2 security update (#356)
montekki Jan 18, 2024
e12b357
chore(deps): update rust crate tracing to v0.1.40 [security] (#355)
renovate[bot] Jan 18, 2024
ef5e147
feat(api): adds api to finalizer to query withdrawals (#354)
Deniallugo Jan 18, 2024
fb9f6bd
chore(main): release 0.6.0 (#357)
release-please[bot] Jan 18, 2024
a43e955
fix: change types on api (#358)
Deniallugo Jan 18, 2024
e6f8b0b
chore(withdrawal-finalizer): adds metrics for unfinalized eth withdra…
montekki Jan 18, 2024
7f4a7e9
fix(api): Healtcheck and api fixes (#360)
Deniallugo Jan 18, 2024
5d3254a
chore(main): release 0.6.1 (#359)
release-please[bot] Jan 18, 2024
dab6780
fix(api): use permissive cors (#361)
montekki Jan 19, 2024
8f1a621
chore(main): release 0.6.2 (#362)
release-please[bot] Jan 19, 2024
cfe74f2
chore: finalize all tokens by default (#363)
montekki Jan 22, 2024
b5a6152
chore(deps): update rust crate chrono to 0.4.32 (#365)
renovate[bot] Jan 23, 2024
8c0ef40
chore(deps): update rust crate async-trait to 0.1.77 (#364)
renovate[bot] Jan 23, 2024
dfd91ea
chore(deps): update rust crate proc-macro2 to 1.0.78 (#367)
renovate[bot] Jan 23, 2024
d647b61
chore(deps): update rust crate clap to 4.4.18 (#366)
renovate[bot] Jan 23, 2024
52da98a
chore(deps): update rust crate serde to 1.0.195 (#369)
renovate[bot] Jan 23, 2024
0c084b7
chore(deps): update rust crate quote to 1.0.35 (#368)
renovate[bot] Jan 23, 2024
78bd7d6
chore(deps): update rust crate syn to 2.0.48 (#370)
renovate[bot] Jan 23, 2024
49fb525
chore(deps): update rust crate thiserror to 1.0.56 (#371)
renovate[bot] Jan 23, 2024
88855aa
chore(deps): update rust docker tag to v1.75 (#372)
renovate[bot] Jan 23, 2024
7c22238
chore(deps): update rust crate chrono to 0.4.33 (#374)
renovate[bot] Jan 25, 2024
f635101
chore(deps): update rust crate auto_impl to 1.1.2 (#376)
renovate[bot] Jan 28, 2024
930625b
chore(deps): update rust crate serde to 1.0.196 (#375)
renovate[bot] Jan 29, 2024
70b317e
chore(deps): update rust crate itertools to 0.12.1 (#377)
renovate[bot] Jan 29, 2024
b0628f1
fix(storage): return withdrawals for address for l1 and l2 addrs matc…
montekki Jan 30, 2024
43a8a15
chore(main): release 0.6.3 (#379)
release-please[bot] Jan 30, 2024
b98d4d3
chore(deps): update rust crate ethers to 2.0.13 (#380)
renovate[bot] Jan 31, 2024
df24985
chore(deps): update rust crate tokio to 1.36.0 (#382)
renovate[bot] Feb 4, 2024
5d70fff
chore(deps): update rust crate eyre to 0.6.12 (#381)
renovate[bot] Feb 4, 2024
16a4159
fix: typos (#383)
omahs Feb 5, 2024
a8717c3
chore(deps): update rust docker tag to v1.76 (#386)
renovate[bot] Feb 9, 2024
c2054bd
chore(deps): update rust crate clap to 4.5.0 (#385)
renovate[bot] Feb 9, 2024
a68ea56
chore(deps): update rust crate chrono to 0.4.34 (#387)
renovate[bot] Feb 11, 2024
9470988
chore(main): release 0.6.4 (#384)
release-please[bot] Feb 12, 2024
cb414b0
chore(deps): update rust crate thiserror to 1.0.57 (#388)
renovate[bot] Feb 12, 2024
fd1d765
chore(deps): update rust crate serde to 1.0.197 (#391)
renovate[bot] Feb 21, 2024
4367cfc
chore(deps): update rust crate clap to 4.5.1 (#390)
renovate[bot] Feb 21, 2024
a7a5918
fix(storage): add necessary indices for api query (#392)
montekki Feb 21, 2024
6d7e7a4
fix(storage): remove filtering by l2 addrs (#394)
montekki Feb 21, 2024
2f17d2e
chore(main): release 0.6.5 (#393)
release-please[bot] Feb 21, 2024
f1581d9
chore(deps): update rust crate tower-http to 0.5.2 (#395)
renovate[bot] Feb 23, 2024
d847ed4
chore(deps): update rust crate syn to 2.0.50 (#389)
renovate[bot] Feb 23, 2024
89454e0
chore(deps): update rust crate auto_impl to 1.2.0 (#397)
renovate[bot] Feb 28, 2024
10d502b
chore(deps): update rust crate syn to 2.0.52 (#396)
renovate[bot] Feb 29, 2024
29b6a72
fix: disable l2 to l1 events because of eip4844 (#398)
montekki Mar 4, 2024
d8f12a5
chore(main): release 0.6.6 (#399)
release-please[bot] Mar 4, 2024
0c99c23
fix(ci): update whoami (#403)
montekki Mar 7, 2024
2e58e49
chore(deps): update rust crate chrono to 0.4.35 (#400)
renovate[bot] Mar 7, 2024
6473953
chore(deps): update rust crate ethers to 2.0.14 (#402)
renovate[bot] Mar 7, 2024
5362d28
chore(deps): update rust crate clap to 4.5.2 (#401)
renovate[bot] Mar 7, 2024
bbc732d
chore(deps): update docker/build-push-action action to v5.2.0 (#405)
renovate[bot] Mar 8, 2024
cfa6df6
chore(deps): update rust crate thiserror to 1.0.58 (#407)
renovate[bot] Mar 12, 2024
1fda9a0
chore(deps): update rust crate proc-macro2 to 1.0.79 (#406)
renovate[bot] Mar 12, 2024
2fd6ab0
chore(deps): update docker/build-push-action action to v5.3.0 (#408)
renovate[bot] Mar 14, 2024
f9800c0
chore(deps): update rust crate color-eyre to 0.6.3 (#410)
renovate[bot] Mar 15, 2024
006ed3c
chore(deps): update rust crate tokio-stream to 0.1.15 (#409)
renovate[bot] Mar 15, 2024
2bda706
feat: removes finalizer api (#411)
montekki Mar 15, 2024
6304c0f
chore(main): release 0.7.0 (#404)
release-please[bot] Mar 15, 2024
128991b
chore(deps): update rust crate clap to 4.5.3 (#412)
renovate[bot] Mar 15, 2024
a05599a
chore(deps): update rust crate syn to 2.0.53 (#414)
renovate[bot] Mar 17, 2024
70ab14b
chore(deps): update rust crate async-trait to 0.1.78 (#413)
renovate[bot] Mar 17, 2024
f7d153f
chore(deps): update rust docker tag to v1.77 (#417)
renovate[bot] Mar 22, 2024
7ff9427
chore(deps): update trufflesecurity/trufflehog digest to 80e8a67 (#373)
renovate[bot] Mar 22, 2024
092f1a2
chore(deps): update rust crate syn to 2.0.55 (#420)
renovate[bot] Mar 24, 2024
bf8f65e
chore(deps): update rust crate async-trait to 0.1.79 (#419)
renovate[bot] Mar 24, 2024
31a6042
chore: remove unused dependencies (#422)
montekki Mar 25, 2024
32c70ca
chore(deps): update rust crate clap to 4.5.4 (#424)
renovate[bot] Mar 26, 2024
cef3f12
feat: add filtering by l1 recepient (#423)
montekki Mar 27, 2024
d11968f
chore(main): release 0.8.0 (#425)
release-please[bot] Mar 27, 2024
132163f
chore(deps): update rust crate chrono to 0.4.37 (#426)
renovate[bot] Mar 27, 2024
f1f15bf
chore(deps): update rust crate tokio to 1.37.0 (#427)
renovate[bot] Mar 28, 2024
da4e45f
chore(deps): update rust crate syn to 2.0.57 (#428)
renovate[bot] Mar 31, 2024
2c697c2
chore(deps): update rust crate syn to 2.0.58 (#429)
renovate[bot] Apr 3, 2024
72a67ce
chore: bumps h2 dependency (#438)
montekki Apr 15, 2024
afcda16
chore(deps): update rust crate async-trait to 0.1.80 (#431)
renovate[bot] Apr 15, 2024
4359b31
chore(deps): update rust crate chrono to 0.4.38 (#437)
renovate[bot] Apr 15, 2024
ff64a46
chore(deps): update rust crate syn to 2.0.59 (#434)
renovate[bot] Apr 15, 2024
b8cabda
chore(deps): update rust crate proc-macro2 to 1.0.80 (#433)
renovate[bot] Apr 15, 2024
bf8bcc6
chore(deps): update rust crate num to 0.4.2 (#432)
renovate[bot] Apr 15, 2024
5638dac
chore(deps): update rust crate quote to 1.0.36 (#430)
renovate[bot] Apr 16, 2024
9f5fb97
chore: bumps rustls dependency (#444)
montekki Apr 24, 2024
90655c1
fix: do not track l2_to_l1_logs block height on restart (#445)
montekki Apr 24, 2024
2e83cc0
chore(deps): update rust crate serde to 1.0.198 (#439)
renovate[bot] Apr 24, 2024
7be3f87
chore(deps): update rust crate thiserror to 1.0.59 (#442)
renovate[bot] Apr 24, 2024
a306e1a
chore(deps): update rust crate syn to 2.0.60 (#441)
renovate[bot] Apr 24, 2024
ec719b5
chore(deps): update rust crate proc-macro2 to 1.0.81 (#440)
renovate[bot] Apr 24, 2024
09f8810
feat: Adds filtering of erc20 tokens by their l2 address (#447)
montekki Apr 24, 2024
9583a5b
chore(main): release 0.9.0 (#446)
release-please[bot] Apr 24, 2024
edb2b02
chore(deps): update rust crate serde to 1.0.199 (#448)
renovate[bot] Apr 29, 2024
463031b
chore(deps): update rust crate sentry to 0.32.3 (#454)
renovate[bot] May 2, 2024
60a05d5
chore(deps): update rust crate serde to 1.0.200 (#455)
renovate[bot] May 2, 2024
a7b5e55
chore(deps): update rust crate hex to 0.4.3 (#449)
renovate[bot] May 2, 2024
2f7024b
chore(deps): update tokio-tracing monorepo (#453)
renovate[bot] May 2, 2024
ff6b147
chore(deps): update rust crate sqlx to 0.7.4 (#452)
renovate[bot] May 2, 2024
6218840
chore(deps): update rust crate serde_json to 1.0.116 (#451)
renovate[bot] May 2, 2024
26734b9
chore(deps): update rust crate pretty_assertions to 1.4.0 (#450)
renovate[bot] May 2, 2024
f88b3f1
chore(deps): update rust docker tag to v1.78 (#456)
renovate[bot] May 2, 2024
965e781
chore(deps): update rust crate tokio-util to v0.7.11 (#458)
renovate[bot] May 5, 2024
890f0a9
chore(deps): update rust crate thiserror to v1.0.60 (#461)
renovate[bot] May 7, 2024
5006d02
chore(deps): update rust crate syn to v2.0.61 (#460)
renovate[bot] May 7, 2024
c6b76b6
chore(deps): update rust crate proc-macro2 to v1.0.82 (#459)
renovate[bot] May 7, 2024
1905361
chore(deps): update rust crate serde_json to v1.0.117 (#463)
renovate[bot] May 8, 2024
5eec751
chore(deps): update rust crate serde to v1.0.201 (#462)
renovate[bot] May 8, 2024
d6f4326
chore(deps): update rust crate num to v0.4.3 (#464)
renovate[bot] May 9, 2024
da8fb9f
chore(deps): update rust crate syn to v2.0.63 (#465)
renovate[bot] May 13, 2024
4181930
Merge branch 'main' of github.com:matter-labs/zksync-withdrawal-final…
XinyuCRO May 16, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.3.4"
".": "0.9.0"
}
1 change: 1 addition & 0 deletions .github/spellcheck/finalizer.dic
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
42
args
ABI
vlog
L2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
gcloud auth configure-docker us-docker.pkg.dev -q

- name: Build and push Docker image
uses: docker/build-push-action@v5.1.0
uses: docker/build-push-action@v5.3.0
if: ${{ startsWith(github.ref, 'refs/tags') }}
with:
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/secrets_scanner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
fetch-depth: 0
- name: TruffleHog OSS
uses: trufflesecurity/trufflehog@0c66d30c1f4075cee1aada2e1ab46dabb1b0071a
uses: trufflesecurity/trufflehog@80e8a67c2d863ee8f6563b4e2806c93b8bfd96ea
with:
path: ./
base: ${{ github.event.repository.default_branch }}
Expand Down
111 changes: 111 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,116 @@
# Changelog

## [0.9.0](https://github.com/matter-labs/zksync-withdrawal-finalizer/compare/v0.8.0...v0.9.0) (2024-04-24)


### Features

* Adds filtering of erc20 tokens by their l2 address ([#447](https://github.com/matter-labs/zksync-withdrawal-finalizer/issues/447)) ([09f8810](https://github.com/matter-labs/zksync-withdrawal-finalizer/commit/09f88105090009cc39f8ba900044ddca41e13aaf))


### Bug Fixes

* do not track l2_to_l1_logs block height on restart ([#445](https://github.com/matter-labs/zksync-withdrawal-finalizer/issues/445)) ([90655c1](https://github.com/matter-labs/zksync-withdrawal-finalizer/commit/90655c11c4f5f0ceae60ecac8070a0da791b58d5))

## [0.8.0](https://github.com/matter-labs/zksync-withdrawal-finalizer/compare/v0.7.0...v0.8.0) (2024-03-27)


### Features

* add filtering by l1 recepient ([#423](https://github.com/matter-labs/zksync-withdrawal-finalizer/issues/423)) ([cef3f12](https://github.com/matter-labs/zksync-withdrawal-finalizer/commit/cef3f1247d89265a18d3f39ce3315ccb4eb9b458))

## [0.7.0](https://github.com/matter-labs/zksync-withdrawal-finalizer/compare/v0.6.6...v0.7.0) (2024-03-15)


### Features

* removes finalizer api ([#411](https://github.com/matter-labs/zksync-withdrawal-finalizer/issues/411)) ([2bda706](https://github.com/matter-labs/zksync-withdrawal-finalizer/commit/2bda70609d03daa1f36a8bfe8b86969c223cf488))


### Bug Fixes

* **ci:** update whoami ([#403](https://github.com/matter-labs/zksync-withdrawal-finalizer/issues/403)) ([0c99c23](https://github.com/matter-labs/zksync-withdrawal-finalizer/commit/0c99c232b8d41de4dc954a884c62ce1360f96a09))

## [0.6.6](https://github.com/matter-labs/zksync-withdrawal-finalizer/compare/v0.6.5...v0.6.6) (2024-03-04)


### Bug Fixes

* disable l2 to l1 events because of eip4844 ([#398](https://github.com/matter-labs/zksync-withdrawal-finalizer/issues/398)) ([29b6a72](https://github.com/matter-labs/zksync-withdrawal-finalizer/commit/29b6a72bb3927fe1a100332f664d40f41042099e))

## [0.6.5](https://github.com/matter-labs/zksync-withdrawal-finalizer/compare/v0.6.4...v0.6.5) (2024-02-21)


### Bug Fixes

* **storage:** add necessary indices for api query ([#392](https://github.com/matter-labs/zksync-withdrawal-finalizer/issues/392)) ([a7a5918](https://github.com/matter-labs/zksync-withdrawal-finalizer/commit/a7a5918f7edcc8f762a25db4c2e968e120e0c9c2))
* **storage:** remove filtering by l2 addrs ([#394](https://github.com/matter-labs/zksync-withdrawal-finalizer/issues/394)) ([6d7e7a4](https://github.com/matter-labs/zksync-withdrawal-finalizer/commit/6d7e7a402dc7deffba18fcfd74b50000cc995587))

## [0.6.4](https://github.com/matter-labs/zksync-withdrawal-finalizer/compare/v0.6.3...v0.6.4) (2024-02-11)


### Bug Fixes

* typos ([16a4159](https://github.com/matter-labs/zksync-withdrawal-finalizer/commit/16a4159806f8001d65d1dbbbc6312124a660b49d))
* typos ([#383](https://github.com/matter-labs/zksync-withdrawal-finalizer/issues/383)) ([16a4159](https://github.com/matter-labs/zksync-withdrawal-finalizer/commit/16a4159806f8001d65d1dbbbc6312124a660b49d))

## [0.6.3](https://github.com/matter-labs/zksync-withdrawal-finalizer/compare/v0.6.2...v0.6.3) (2024-01-30)


### Bug Fixes

* **storage:** return withdrawals for address for l1 and l2 addrs matches ([#378](https://github.com/matter-labs/zksync-withdrawal-finalizer/issues/378)) ([b0628f1](https://github.com/matter-labs/zksync-withdrawal-finalizer/commit/b0628f17a29f954065f1cae4a632f82bc1f2262d))

## [0.6.2](https://github.com/matter-labs/zksync-withdrawal-finalizer/compare/v0.6.1...v0.6.2) (2024-01-19)


### Bug Fixes

* **api:** use permissive cors ([#361](https://github.com/matter-labs/zksync-withdrawal-finalizer/issues/361)) ([dab6780](https://github.com/matter-labs/zksync-withdrawal-finalizer/commit/dab6780de8699c9b4fb5f9dccc85be7fdfd0af58))

## [0.6.1](https://github.com/matter-labs/zksync-withdrawal-finalizer/compare/v0.6.0...v0.6.1) (2024-01-18)


### Bug Fixes

* **api:** Healtcheck and api fixes ([#360](https://github.com/matter-labs/zksync-withdrawal-finalizer/issues/360)) ([7f4a7e9](https://github.com/matter-labs/zksync-withdrawal-finalizer/commit/7f4a7e9fd002c191b982dd3036dfb6986f448ccc))
* change types on api ([#358](https://github.com/matter-labs/zksync-withdrawal-finalizer/issues/358)) ([a43e955](https://github.com/matter-labs/zksync-withdrawal-finalizer/commit/a43e9553f16a3d8dcc486b4666f55bfaeb20f5ba))

## [0.6.0](https://github.com/matter-labs/zksync-withdrawal-finalizer/compare/v0.5.0...v0.6.0) (2024-01-18)


### Features

* **api:** adds api to finalizer to query withdrawals ([#354](https://github.com/matter-labs/zksync-withdrawal-finalizer/issues/354)) ([ef5e147](https://github.com/matter-labs/zksync-withdrawal-finalizer/commit/ef5e14701d48534c12a5c31f4cc9b991b42e6576))

## [0.5.0](https://github.com/matter-labs/zksync-withdrawal-finalizer/compare/v0.4.0...v0.5.0) (2024-01-17)


### Features

* **l1:** parse l2 to l1 message ([#352](https://github.com/matter-labs/zksync-withdrawal-finalizer/issues/352)) ([c5eb7e5](https://github.com/matter-labs/zksync-withdrawal-finalizer/commit/c5eb7e5be2f76911f6d797a7b6de44f9c78ea42c))


### Bug Fixes

* **storage:** remove order by to optimize query ([#349](https://github.com/matter-labs/zksync-withdrawal-finalizer/issues/349)) ([0fbddd4](https://github.com/matter-labs/zksync-withdrawal-finalizer/commit/0fbddd49d17945778574ef8ab27522753f85ae7f))

## [0.4.0](https://github.com/matter-labs/zksync-withdrawal-finalizer/compare/v0.3.4...v0.4.0) (2024-01-16)


### Features

* **contracts:** Add the WithdrawalFinalizer Contract ([#314](https://github.com/matter-labs/zksync-withdrawal-finalizer/issues/314)) ([aa71fcb](https://github.com/matter-labs/zksync-withdrawal-finalizer/commit/aa71fcb7cdac8c2dcc557a53431738b7be847da8))


### Bug Fixes

* **chain-events:** do not listen to withdrawalinitiated events ([#347](https://github.com/matter-labs/zksync-withdrawal-finalizer/issues/347)) ([08e6971](https://github.com/matter-labs/zksync-withdrawal-finalizer/commit/08e6971fb31c72fd55441b781ef185afd52953b3))
* **deps:** update dependency @matterlabs/zksync-contracts to ^0.6.0 ([#317](https://github.com/matter-labs/zksync-withdrawal-finalizer/issues/317)) ([6067bc1](https://github.com/matter-labs/zksync-withdrawal-finalizer/commit/6067bc11751b7cdede63a38053b897df9a095d61))
* **deps:** update dependency ethers to v6 ([#329](https://github.com/matter-labs/zksync-withdrawal-finalizer/issues/329)) ([a3ca0bd](https://github.com/matter-labs/zksync-withdrawal-finalizer/commit/a3ca0bde3bb8ad1d69c6ff8ecde724b09b68e6ff))
* **deps:** update dependency zksync-web3 to ^0.17.0 ([#318](https://github.com/matter-labs/zksync-withdrawal-finalizer/issues/318)) ([2cb7d58](https://github.com/matter-labs/zksync-withdrawal-finalizer/commit/2cb7d5820b267c7ba4068deccdfb8ed72019f121))
* **finalizer:** introduce an optional threshold to eth withdrawals ([#348](https://github.com/matter-labs/zksync-withdrawal-finalizer/issues/348)) ([a4e91dd](https://github.com/matter-labs/zksync-withdrawal-finalizer/commit/a4e91dd1fe20639314f9441185da6cb8ec0d598f))

## [0.3.4](https://github.com/matter-labs/zksync-withdrawal-finalizer/compare/v0.3.3...v0.3.4) (2023-11-14)


Expand Down
Loading
Loading