matter-labs / zksync-withdrawal-finalizer

zkSync 2.0 Withdrawal Finalizer
https://zksync.io/
Apache License 2.0
54 stars 40 forks source link

Current status of the project (April 2024) #435

Open therealdannzor opened 5 months ago

therealdannzor commented 5 months ago

Hello, first of all thanks for all the open-source work concerning the zk stack. Very useful and well documented.

To my question: is this project still working as expected after the Discord announcement on March 27? It would be super useful to have that confirmed as we're attempting to get automatic finalization of withdrawals on a pre-eip-4844 hyperchain.

cc @montekki, https://github.com/zkSync-Community-Hub/zksync-developers/discussions/457

Screenshot 2024-04-15 at 09 01 19

montekki commented 4 months ago

Hi @therealdannzor , yes the project should still be functional for the general use-case, if it is not this is not expected and is a bug. What the above announcement actually means withing our setup, is that we are running the same existing code with the following option:

ONLY_L1_RECIPIENTS: "[\"0xA9232040BF0E0aEA2578a5B2243F2916DBfc0A69\"]"

Which basically means that within our own setup we only want to be finalising withdrawals that happen to our own fees address. However without such a whitelist things should work as before. LMK if this helps