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

fix(repository): get the previous epoch by index #582

Merged
merged 1 commit into from
Aug 30, 2024

Conversation

torives
Copy link
Contributor

@torives torives commented Aug 29, 2024

Since epochs with no inputs won't be stored in the database, the block range between epochs might be disjointed, breaking this function. Filtering results based on the epoch index alone will be enough.

@torives torives added the #feat:validator Feature: validator label Aug 29, 2024
@torives torives self-assigned this Aug 29, 2024
Since epochs with no inputs won't be stored in the database, the block range between epochs might be disjointed, breaking this function. Filtering results based on the epoch index alone will be enough.
@torives torives force-pushed the fix/validator-repository branch from 55f8775 to 8fca1ca Compare August 30, 2024 13:41
@torives torives merged commit ec9e7dc into next/2.0 Aug 30, 2024
6 checks passed
@torives torives deleted the fix/validator-repository branch August 30, 2024 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
#feat:validator Feature: validator
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants