You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current workflow expects the
`templates/cdk-erigon/config-sequencer.yaml` file. This file has been
removed and consolidated. The command that it's running shouldn't be
needed anymore since we removed `zkevm.sequencer-initial-fork-id` from
the file already.
Co-authored-by: Valentin Staykov <[email protected]>
Currently we may get this sort of error if DAG or EtHash cache gets corrupted:
The workaround is to remove DAG and EtHash cache directories and restart.
We need to make DAG and EtHash files atomic and consistent, so that we do not need the workaround. Perhaps, use a separate LMDB file to store them?
The text was updated successfully, but these errors were encountered: