-
Notifications
You must be signed in to change notification settings - Fork 39
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
State DB pruning #1808
base: nightly
Are you sure you want to change the base?
State DB pruning #1808
Conversation
Is that supposed to be running against a stopped node ? Wonder what the behaviour would be of rolling back from the cli against a running node. (Pruning feels safe but we might need to be cautious still). |
this is supposed to run against a stopped node. |
does this close #1609 |
No, to prevent the PR from getting larger and harder to review... i am only placing the skeleton for rollback here and will implement in a follow up PR |
The design or You cannot use the subcommand on an in-use DB because rocksdb locks the directory of any other process is using the database. |
get_balance doesn't panic, but returns an error
Description
citrea-cli
Linked Issues