Attestation queues have max size 0 if num validators is < slots_per_epoch #6463
Labels
bug
Something isn't working
test improvement
Improve tests
v6.0.0
New major release for hierarchical state diffs
Description
This code will set the maximum size of the attestation queue to 0 if
active_validator_count
is less thanslots_per_epoch
. We should probably add a minimum queue size for especially small networks. Maybe 16-32.lighthouse/beacon_node/beacon_processor/src/lib.rs
Lines 149 to 152 in 35ac9f4
Version
v5.2.0 onwards.
The text was updated successfully, but these errors were encountered: