feat: prune receipts from static files#19401
Merged
joshieDo merged 7 commits intojoshie/receipts-always-sffrom Nov 13, 2025
Merged
feat: prune receipts from static files#19401joshieDo merged 7 commits intojoshie/receipts-always-sffrom
joshieDo merged 7 commits intojoshie/receipts-always-sffrom
Conversation
47cab5b to
cbfee76
Compare
8590a0f to
1e3d5b8
Compare
99d9349 to
2c124b1
Compare
309d1d2 to
894b411
Compare
2c124b1 to
74227ee
Compare
894b411 to
cca09b0
Compare
1e7c8c2 to
0000ec2
Compare
cca09b0 to
57ba2fb
Compare
mattsse
reviewed
Nov 6, 2025
|
|
||
| let tx_ranges = deleted_headers.iter().filter_map(|header| header.tx_range()); | ||
|
|
||
| let pruned = tx_ranges.clone().map(|range| range.len()).sum::<u64>() as usize; |
Collaborator
There was a problem hiding this comment.
sum is weird here, can we do unwrap_or_default because this is jus a number
0000ec2 to
07c68da
Compare
07c68da to
96a593f
Compare
shekhirin
approved these changes
Nov 13, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ensures we can prune receipts from static files (similar to how we do for txs)