eqlabs / zksync-state-reconstruct

Tool to reconstruct zkSync state from commit blocks published on L1
MIT License
13 stars 5 forks source link

ref: split fetcher and parser functionality #76

Open zeapoz opened 7 months ago

vbar commented 7 months ago

Well, this fails with an error:

2024-03-21T15:22:01.850900Z  INFO Found snapshot, starting from L1 block 19410933
2024-03-21T15:22:01.850958Z  INFO PROGRESS: [ - ] CUR BLOCK L1: 19410933 L2: 459580 TOTAL BLOCKS PROCESSED L1: 0 L2: 0
2024-03-21T15:22:03.167689Z ERROR Failed to parse calldata: invalid Calldata: Invalid data
2024-03-21T15:22:03.180971Z  WARN No new blocks were processed

Admittedly the https://github.com/eqlabs/zksync-state-reconstruct/pull/75 also fails with an error, but a different error (hopefully due to https://github.com/Blobscan/blobscan/issues/327 )... Really, I'd prefer to postpone all refactoring until we have a functioning system...