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

missingEpochs includes the current epoch #69

Open
onmax opened this issue Nov 29, 2024 · 0 comments
Open

missingEpochs includes the current epoch #69

onmax opened this issue Nov 29, 2024 · 0 comments
Assignees

Comments

@onmax
Copy link
Member

onmax commented Nov 29, 2024

Somehow we are adding the last epoch as missedEpoch for every validator.

For example in epoch 18, you can see that 'Helvetia' , 'Keyring' and 'nim.re' have missedEpoch: [17], even though their score is perfect.

missedEpochs: activeEpochStates.map((s, i) => s === 0 ? range.fromEpoch + i : -1).filter(e => e !== -1),

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

No branches or pull requests

2 participants