pub fn compute_next_price(
    gas_target: U256,
    gas_actual: U256,
    last_base_price: U256,
    min_base_price: U256
) -> U256