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 first epoch downloaded when running goteth will allways have the PrevState.EmptyStateRoot() flag on. This means that this epoch will be stored with incomplete data on the database.
A possible solution (and probably easiest) is to start downloading from the epoch before the set one. This would require handling the case of epoch 0 as an exception. When running on finalized mode, this might be problematic and should be handled with special care.
Update: This won't work since it would overwrite the value from the epoch before
Description
The first epoch downloaded when running goteth will allways have the
PrevState.EmptyStateRoot()
flag on. This means that this epoch will be stored with incomplete data on the database.Example from
phase0
but applies to all forks:goteth/pkg/spec/metrics/state_phase0.go
Lines 40 to 46 in 3387cd4
The text was updated successfully, but these errors were encountered: