After the initialization of PBO delegation pools, querying for the active set of validators returns an empty set. Debugging this with Dr. @sjoshisupra revealed that we need to invoke the stake::on_new_epoch() smart contract function at the end of the genesis workflow.
After the initialization of PBO delegation pools, querying for the active set of validators returns an empty set. Debugging this with Dr. @sjoshisupra revealed that we need to invoke the
stake::on_new_epoch()
smart contract function at the end of the genesis workflow.