-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Add block pruning support #6164
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Is there any timeline for this issue? |
I would try to get it into the next release. It is a highly requested feature |
It's just 3-4 file config change. I'll knock this out. |
nvm, I spoke too soon. This is a bit more complicated. But I still think we can knock this out. |
Summary
Support for block pruning was added to Tendermint in 0.33.4, via the
Commit.RetainHeight
ABCI response field. It was decided to only support this via ABCI, and it is entirely up to applications to expose this functionality via e.g. configuration options or other mechanisms. The SDK should support this in some form.See RFC-001 for background and considerations.
For Admin Use
The text was updated successfully, but these errors were encountered: