pub async fn create_block(
    raw: &mut RawRepository,
    author: PublicKey
) -> Result<(BlockHeader, CommitHash), Error>