FuelLabs/fuel-core

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

Open

#2180 aperta il 9 set 2024

Vedi su GitHub
 (1 commento) (0 reazioni) (1 assegnatario)Rust (2861 fork)batch import
good first issue

Metriche repository

Star
 (57.084 star)
Metriche merge PR
 (Merge medio 8h 53m) (1 PR mergiata in 30 g)

Descrizione

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.

Guida contributor