async fn read_initial_state_and_set_floor<TContext>(
context: &mut TContext,
node: &TempoFullNode,
share: Option<Share>,
epoch_strategy: &FixedEpocher,
marshal: &mut Mailbox<Scheme<PublicKey, MinSig>, Standard<Block>>,
) -> Result<State>where
TContext: Clock + CryptoRngCore,