Open
Description
Description
Validator installations currently happen serially, end to end. A few steps could be parallelized for faster installs, while keeping post-install steps sequential.
Why is this needed
Faster, better.
Implementation details
Collect validators, validate that they're real validators upfront by mapping to manifests. Then, in the installation, we can do a pip install with all the validator packages at once.
End result
Same hub install syntax for multiple validators.