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

Collect active node ids on snapshot submission #24

Open
Seth-Schmidt opened this issue Feb 28, 2025 · 0 comments · May be fixed by #25
Open

Collect active node ids on snapshot submission #24

Seth-Schmidt opened this issue Feb 28, 2025 · 0 comments · May be fixed by #25
Labels
enhancement New feature or request

Comments

@Seth-Schmidt
Copy link
Contributor

Is your feature request related to a problem?
In order to build a better picture of overall network health, the number of active nodes that have successfully submitted for each epoch should be stored and tracked.

Describe the solution you'd like
A redis set can be created that captures unique slot ids that have submitted for each epoch. This set can later be referenced to find out the number of active nodes.

Describe alternatives you've considered
I may be possible to get an accurate number of active nodes directly from the submission data that is already being stored in redis, but that data is expired after 30 min, and processing large amounts of submissions to get a count would be inefficient.

Additional context
N/A

@Seth-Schmidt Seth-Schmidt added the enhancement New feature or request label Feb 28, 2025
@Seth-Schmidt Seth-Schmidt linked a pull request Feb 28, 2025 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant