Handle shrinking of the `--state-rewind-duration` argument
Open
good first issue
- Dominant language
- Rust
- Stars
- 56.8k
- Forks
- 2.9k
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 5
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.
Contributor guide
Assessment
This issue has not been assessed yet.