1) Create a validator struct and refactor a little
Idea: the main.rs function was getting a little messy and i think putting some of the individual validator commands that need to be run for each validator type into a global validator struct is a little cleaner
Summary of Changes
1) Create a validator struct and refactor a little
Idea: the main.rs function was getting a little messy and i think putting some of the individual validator commands that need to be run for each validator type into a global validator struct is a little cleaner
This PR https://github.com/anza-xyz/validator-lab/pull/10 must be merged before this one!
11th PR in a series of PRs that will build out the mongon testing framework for deploying validator clusters on Kubernetes Previous PR: 10) PR: https://github.com/anza-xyz/validator-lab/pull/10