Skip to content

Conversation

@shekhirin
Copy link
Collaborator

@shekhirin shekhirin commented Oct 21, 2025

Closes #18889

@shekhirin shekhirin added C-debt A clean up/refactor of existing code A-pruning Related to pruning or full node labels Oct 21, 2025
@github-project-automation github-project-automation bot moved this to Backlog in Reth Tracker Oct 21, 2025
@codspeed-hq
Copy link

codspeed-hq bot commented Oct 21, 2025

CodSpeed Performance Report

Merging #19184 will not alter performance

Comparing alexey/receipts-log-filter (f34aa21) with main (4d3c163)

Summary

✅ 77 untouched

Copy link
Collaborator

@mattsse mattsse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

all of this lgtm

pending @RomanHodulak

Comment on lines +64 to +66
#[arg(long = "prune.receiptslogfilter", value_name = "FILTER_CONFIG", hide = true)]
#[deprecated]
pub receipts_log_filter: Option<String>,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we just yeet this entirely?

Comment on lines +163 to +167
if self.receipts_log_filter.is_some() {
tracing::warn!(
target: "reth::cli",
"The --prune.receiptslogfilter flag is deprecated and has no effect. It will be removed in a future release."
);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah I see we keep it for this warn message, makes sense

@github-project-automation github-project-automation bot moved this from Backlog to In Progress in Reth Tracker Oct 22, 2025
Copy link
Collaborator

@RomanHodulak RomanHodulak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The ReceiptsByLogs is now unused?

impl<Provider> Segment<Provider> for ReceiptsByLogs

@shekhirin
Copy link
Collaborator Author

@RomanHodulak oops, forgot to delete the file itself! Thanks.

@shekhirin shekhirin enabled auto-merge October 22, 2025 09:19
@shekhirin shekhirin disabled auto-merge October 22, 2025 09:19
@joshieDo joshieDo added this pull request to the merge queue Oct 22, 2025
Merged via the queue into main with commit b5df3f3 Oct 22, 2025
39 of 40 checks passed
@joshieDo joshieDo deleted the alexey/receipts-log-filter branch October 22, 2025 10:38
@github-project-automation github-project-automation bot moved this from In Progress to Done in Reth Tracker Oct 22, 2025
@jenpaff jenpaff moved this from Done to Completed in Reth Tracker Oct 30, 2025
shekhirin added a commit that referenced this pull request Nov 11, 2025
shekhirin added a commit that referenced this pull request Nov 11, 2025
shekhirin added a commit that referenced this pull request Nov 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-pruning Related to pruning or full node C-debt A clean up/refactor of existing code

Projects

Status: Completed

Development

Successfully merging this pull request may close these issues.

Remove receipts_log_filter pruning and everything associated with it

5 participants