Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
genesis: introduce a new ValidatorBuilder
Introduce a new ValidatorBuilder type for use in creating new validator networks. The intent of this new config builder is to make clearer the genesis creation process as well as ensure the environement for each validator is closer to production (e.g. the root key shouldn't exist in each validator's secure storage). For now this builder tries to mimic some of the existing behavior of the old builder (e.g. treasury and root keys are the same) but the intent is that this is only temporary until forge is operational.
- Loading branch information