mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-09 22:06:21 +00:00
f77548310f
every attestation is processed with a new wall time so we end up iterating over all attestations for every attestation we queue - this is 4% of cpu time on a subscribe-all-subnets node * remove redundant zero checks - block root must be an existing block and therefore cannot be zero * simplify "hasn't-voted" check to root only (isZeroMemory is dubiously implemented for objects)
Fork choice implementations
References: