-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement beacon db pruner #14687
Merged
Merged
Implement beacon db pruner #14687
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
2b11ca1
implement weak subjectivity pruner
dB2510 d51ae8e
fix goimports
dB2510 ac8e5e1
add delete before slot method to database
dB2510 e0fb890
add method to interface
dB2510 d4638c5
update changelog
dB2510 56c521c
add flags
dB2510 c87d211
wire pruner
dB2510 1868a7b
align pruner with backfill service
dB2510 f501e8c
rename db method
dB2510 5a78be2
fix imports
dB2510 187c95e
delete block slot indices
dB2510 77f7871
check for backfill and initial sync
dB2510 d983b0e
add tests
dB2510 d71d330
fix imports
dB2510 379aa2a
Update beacon-chain/db/kv/blocks.go
dB2510 23b573f
Update cmd/beacon-chain/flags/base.go
dB2510 6e6f82a
Update beacon-chain/db/pruner/pruner.go
dB2510 3c82247
cleanup
dB2510 05272a5
fix buildkite
dB2510 de2a209
initialise atomic bool
dB2510 30dcd11
delete data from remaining buckets
dB2510 ee48748
fix build
dB2510 424ad59
fix build
dB2510 7a64b6a
address review comments
dB2510 d1a5c54
add test for blockParentRootIndicesBucket
dB2510 1d9a4da
fix changelog
dB2510 3b7b81d
fix build
dB2510 768f68f
address kasey's comments
dB2510 dbccc5f
fix build
dB2510 b9b84b9
add trace span to blockRootsBySlotRange
dB2510 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why were these trace spans removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed!