FuelLabs/fuel-core

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

開放

#2,180 建立於 2024年9月9日

 (1 則留言) (0 個反應) (1 位負責人)Rust (2,861 個分叉)batch import
good first issue

倉庫指標

星標
 (57,084 顆星)
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.

貢獻者指南