Skip to content
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

core: don't prune blob sidecar in archive node #659

Merged
merged 1 commit into from
Jan 15, 2025

Conversation

minh-bq
Copy link
Collaborator

@minh-bq minh-bq commented Jan 15, 2025

This commit adds a flag --no-pruning-sidecar (default: true) to disable blob sidecar pruning in archive node. Blob sidecar is meant to be pruned, but in the early state where the offchain storage is not available, it might be better to keep it in archive node for debugging.

Copy link
Contributor

@chiphamskymavis chiphamskymavis left a comment

Choose a reason for hiding this comment

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

Look good overall

cmd/utils/flags.go Show resolved Hide resolved
This commit adds a flag --no-pruning-sidecar (default: true) to disable blob
sidecar pruning in archive node. Blob sidecar is meant to be pruned, but in the
early state where the offchain storage is not available, it might be better to
keep it in archive node for debugging.
@chiphamskymavis
Copy link
Contributor

LGTM

@minh-bq minh-bq merged commit 830b35c into axieinfinity:master Jan 15, 2025
1 check passed
@minh-bq minh-bq deleted the archive-blob branch January 15, 2025 08:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants