Currently we are missing a step in our XCM demos to look through Turing’s storage for the task.
For example, currently the procedure is as below.
Schedule Xcmp Task
Wait for it to happen
A better way is to,
Schedule Xcmp Task
Check Turing storage for the task; if there’s none, the previous schedule function could have failed due to fees so we should throw an error right here.
Currently we are missing a step in our XCM demos to look through Turing’s storage for the task.
For example, currently the procedure is as below.
A better way is to,