Skip to content

Commit

Permalink
Caplin: enabled state snapshots for gnosis (#12789)
Browse files Browse the repository at this point in the history
  • Loading branch information
Giulio2002 authored Nov 20, 2024
1 parent 1edb54c commit 054d56e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cl/antiquary/state_antiquary.go
Original file line number Diff line number Diff line change
Expand Up @@ -497,11 +497,6 @@ func (s *Antiquary) IncrementBeaconState(ctx context.Context, to uint64) error {
}

if s.snapgen {

// Keep gnosis out for a bit
if s.currentState.BeaconConfig().ConfigName == "gnosis" {
return nil
}
blocksPerStatefulFile := uint64(snaptype.CaplinMergeLimit * 5)
from := s.stateSn.BlocksAvailable() + 1
if from+blocksPerStatefulFile+safetyMargin > s.currentState.Slot() {
Expand Down

0 comments on commit 054d56e

Please sign in to comment.