Function check_task_for_warnings

Source
fn check_task_for_warnings<N: Network>(
    endpoint: &str,
    network: NetworkName,
    programs: &[(Program<N>, Option<u16>)],
    consensus_version: ConsensusVersion,
) -> Vec<String>
Expand description

Check the execution task for warnings. The following properties are checked:

  • The component programs exist on the network and match the local ones.