Refactor validator options structs
jbearer opened this issue · 0 comments
jbearer commented
Currently we have NodeOpt
, ConsensusOpt
, ValidatorOpt
, and the top-level Options
. It's pretty arbitrary what is supposed to go in each, and it's not clear why we even have more than one in the first place. We should combine these all into one or maybe two (library-level and executable-level) structs