pub fn create_simple_block_impl(
    parent_hash: H256,
    ref_hashes: Vec<H256>,
    height: u64,
    nonce: U256,
    diff: U256,
    block_weight: u32,
    adaptive: bool
) -> (H256, Block)