optakt / flow-dps

Flow Data Provisioning Service
Apache License 2.0
29 stars 13 forks source link

Make past spork indexer handle bootstrapping like live indexer #500

Closed Ullaakut closed 2 years ago

Ullaakut commented 2 years ago

Goal of this PR

Fixes #499

Makes the past spork indexer behave like the live spork indexer when it comes to bootstrapping:

Doing things this way makes the --force option not needed anymore, since we can now combine having an index and a checkpoint at the same time.

Checklist