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

abci++: Define and implement pruning strategy for stored extended commits #8458

Closed
4 tasks
Tracked by #9886 ...
thanethomson opened this issue May 3, 2022 · 0 comments
Closed
4 tasks
Tracked by #9886 ...
Labels
C:abci Component: Application Blockchain Interface stale for use by stalebot

Comments

@thanethomson
Copy link
Contributor

As per RFC 017 (#8317), we are going to be storing all extended commits in the block store, which will contain vote extensions and vote extension signatures. This could take up a substantial amount of disk space for large vote extensions and large validator sets.

We need to define and implement an optimal pruning strategy in order to minimize the operational impact of storing extended commits while still maintaining overall network integrity.


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
@thanethomson thanethomson added the C:abci Component: Application Blockchain Interface label May 3, 2022
@thanethomson thanethomson added this to To do in ABCI++ via automation May 3, 2022
@sergio-mena sergio-mena removed this from To do in ABCI++ Dec 21, 2022
@github-actions github-actions bot added the stale for use by stalebot label Apr 24, 2023
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Apr 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C:abci Component: Application Blockchain Interface stale for use by stalebot
Projects
Status: Done/Merged
Development

No branches or pull requests

1 participant