Once we have multiple Validators, we need to decide how the genesis block will be bootstrapped w.r.t the Validator keys / signatures.
Options to consider:
- Genesis header commits the full validator set (protocol handles enforcement from block 1 automatically via the existing parent-set check), and relax genesis self-signing to a single bootstrapper signature.
- All Validator signatures added to genesis block.
- ...?
Once we have multiple Validators, we need to decide how the genesis block will be bootstrapped w.r.t the Validator keys / signatures.
Options to consider: