warp-controller 0.1.0

warp controller contract
Documentation
#[test]
fn test_execute_job_successful() {}

#[test]
fn test_execute_job_successful_msgs_failed() {
    //should still give out reward
}

#[test]
fn test_execute_job_no_account() {}

#[test]
fn test_execute_job_not_pending() {}

#[test]
fn test_execute_job_condition_false() {}

#[test]
fn test_execute_job_condition_improper_selector() {}

#[test]
fn test_execute_job_does_not_exist() {}