anza-xyz / validator-lab

Deploy and test your new Agave validator features in a kubernetes-based cluster
https://www.anza.xyz/
7 stars 4 forks source link

Create Validator struct and refactor #11

Closed gregcusack closed 6 months ago

gregcusack commented 7 months ago

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

gregcusack commented 6 months ago

this functionality was implemented in an earlier PR. PR: #9