serenita-org / vero

Vero is a multi-node validator client software implementation, targeting Ethereum and Gnosis Chain.
https://serenita.io/public-goods
MIT License
12 stars 0 forks source link

Add optimization for quicker attesting post-launch #13

Closed eth2353 closed 3 weeks ago

eth2353 commented 3 weeks ago

Compute aggregation duty selection proofs for the duties due earliest first, and only then continue with the rest. This can make a difference when running larger amounts of validators.