-
-
Notifications
You must be signed in to change notification settings - Fork 343
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
BlsMultiThreadWorkerPool error - Value is not a valid number: Infinity #7259
Labels
meta-bug
Issues that identify a bug and require a fix.
Comments
This causes the batch validation to fail on kurtosis but does not happen all the time
I used the following config participants:
- el_type: geth
el_image: ethpandaops/geth:lightclient-prague-devnet-4-37035c5
cl_type: lodestar
cl_image: nflaig/lodestar:single-attestation7
vc_type: lodestar
vc_image: nflaig/lodestar:single-attestation7
count: 4
network_params:
electra_fork_epoch: 1
genesis_delay: 60
num_validator_keys_per_node: 64
seconds_per_slot: 12
additional_services:
- dora
- apache
- assertoor
dora_params:
image: "ethpandaops/dora:master"
snooper_enabled: true
|
Looks like this started happening on |
Resolved by #7266 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Caught the following error during Kurtosis testing
I don't think it's specific to the configuration I used but might be isolated to small network only as it's liekly due to dividing by 0 here
lodestar/packages/beacon-node/src/chain/bls/multithread/index.ts
Line 490 in 48dea55
The text was updated successfully, but these errors were encountered: