feat(pipeline): prune receipts based on log emitters (#4044)

This commit is contained in:
joshieDo
2023-08-16 17:38:36 +01:00
committed by GitHub
parent 6edbc0eeaf
commit 8a2c3abd2a
12 changed files with 247 additions and 54 deletions

View File

@ -279,7 +279,7 @@ impl Default for IndexHistoryConfig {
}
/// Pruning configuration.
#[derive(Debug, Clone, Copy, Deserialize, PartialEq, Serialize)]
#[derive(Debug, Clone, Deserialize, PartialEq, Serialize)]
#[serde(default)]
pub struct PruneConfig {
/// Minimum pruning interval measured in blocks.