Description
We need to fetch the Validator index for each Validator in the network from the BN. This requires refactoring the entire execution layer to async just to fetch the index, so we decided it is best to push it downstream. Most likely, this will just be some long running task that will periodically fetch the index for all new validators and store it into the database. This is what is done in the go-ssv client for reference.