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

oldest_block_identifier in NetworkStatusResponse #7

Closed
patrick-ogrady opened this issue May 19, 2020 · 0 comments · Fixed by #22
Closed

oldest_block_identifier in NetworkStatusResponse #7

patrick-ogrady opened this issue May 19, 2020 · 0 comments · Fixed by #22
Labels
enhancement New feature or request

Comments

@patrick-ogrady
Copy link
Contributor

Is your feature request related to a problem? Please describe.
When pruning is enabled on a node, it is often useful to know what the oldest unpruned block is. In v1.3.1, there is no way to represent this.

Describe the solution you'd like
Add oldest_block_identifier to NetworkStatusResponse

Describe alternatives you've considered
Considered using genesis_block_identifier field in NetworkStatusResponse to represent last unpruned block, but this is a confusing misuse of available fields.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging a pull request may close this issue.

1 participant