eqlabs / zksync-state-reconstruct

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

Running reconstruction within the container image doesn't store state #102

Open zeapoz opened 5 months ago

zeapoz commented 5 months ago

Observed behaviour

Currently when running the tool using the container image state (db, snapshot, etc.) is not stored across runs.

Expected behaviour

The tool correctly stores state even when run within a container image.