FuelLabs/fuel-core

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

Open

#2,180 创建于 2024年9月9日

在 GitHub 查看
 (1 评论) (0 反应) (1 负责人)Rust (2,861 fork)batch import
good first issue

仓库指标

Star
 (57,084 star)
PR 合并指标
 (平均合并 8小时 53分钟) (30 天内合并 1 个 PR)

描述

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.

贡献者指南