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

Add block pruning support #6164

Closed
4 tasks
erikgrinaker opened this issue May 7, 2020 · 5 comments · Fixed by #7265
Closed
4 tasks

Add block pruning support #6164

erikgrinaker opened this issue May 7, 2020 · 5 comments · Fixed by #7265
Assignees
Labels

Comments

@erikgrinaker
Copy link
Contributor

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

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
@github-actions
Copy link
Contributor

github-actions bot commented Jul 5, 2020

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.

@github-actions github-actions bot added the stale label Jul 5, 2020
@alexanderbez alexanderbez added pinned and removed stale labels Jul 5, 2020
@leeyikjiun
Copy link

Is there any timeline for this issue?

@tac0turtle
Copy link
Member

I would try to get it into the next release. It is a highly requested feature

@alexanderbez
Copy link
Contributor

It's just 3-4 file config change. I'll knock this out.

@alexanderbez alexanderbez added this to the v0.40 [Stargate] milestone Aug 31, 2020
@alexanderbez
Copy link
Contributor

nvm, I spoke too soon. This is a bit more complicated. But I still think we can knock this out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants