-
Notifications
You must be signed in to change notification settings - Fork 151
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
count is not considered when doing the check for actual_num_validators #111
Comments
I was able to reproduce this error, continuing to look into it. |
Its probably this line that needs adjusting, to use the count also: https://github.com/kurtosis-tech/eth2-package/blob/main/src/package_io/parse_input.star#L104 |
@barnabasbusa I'm not sure what you mean about it shoud use the count as well? As I see it the immediate issue looks to be that |
this has nothing to do with
... |
@barnabasbusa Got it! What would be the correct way? Would it be summing up the |
|
@barnabasbusa made a PR. I was unable to test it with count=10 for each participant as my laptop just doesn't have enough memory. But ran it with count=2 and it seems to be working. Let me know if you have any issues! |
This PR changes the way we count the actual number of validators by summing `count`s for each participant and multiplying by the number of validator keys per node. Resolves #111 Changelog picked up from commits here: feat: counting by summing each participant
The text was updated successfully, but these errors were encountered: