Skip to content

[feat] Parallelize Validator Installs #1179

Open
@zsimjee

Description

@zsimjee

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions