blueprint
blueprint copied to clipboard
[TASK] Extend `#[debug_job]` to provide Tangle-specific suggestions
Overview
We could add #[debug_job(tangle)] to add Tangle-specific suggestions to invalid jobs.
Some common ones:
- Using
TangleArg*<T>where T is notDeserialize - Using
TangleArg*<T>where T is notDefault - ...