FuelLabs/fuel-core

Handle shrinking of the `--state-rewind-duration` argument

Open

#2 180 ouverte le 9 sept. 2024

Voir sur GitHub
 (1 commentaire) (0 réactions) (1 assigné)Rust (2 861 forks)batch import
good first issue

Métriques du dépôt

Stars
 (57 084 stars)
Métriques de merge PR
 (Merge moyen 8h 53m) (1 PR mergée en 30 j)

Description

Problem overview

Currently, if we decrease the --state-rewind-duration argument, it keeps the old rewind information in the database.

Definition of done

The code should clean up the old rewind information outside the current state rewind window.

Implementation details

Can be tricky to solve it before solving https://github.com/FuelLabs/fuel-core/issues/2095.

Guide contributeur