Basically, to support v10, we removed rolling records, so treegen is slow again.
One way to speed it up would be to desist from populating the missingAttestationSlots
from the minipool-performance json, which is generated only for debugging purposes.
If we can tell you which epochs you missed instead of which specific slots, we can reduce the runtime substantially. We will infer the epochs based on the absence of an attestation for a validator in a given epoch for which it was eligible to receive a duty.
- This would not bother me
- This would bother me