fn init_epoch(_args: &InitCmd) -> Result<(), AppError>
Helper that creates the initial epoch (epoch 0).
This function is not part of the public API; it is kept internal to init. It creates an empty EpochInfo, crea
init
EpochInfo