blueprint icon indicating copy to clipboard operation
blueprint copied to clipboard

[TASK] Extend `#[debug_job]` to provide Tangle-specific suggestions

Open Serial-ATA opened this issue 9 months ago • 0 comments

Overview

We could add #[debug_job(tangle)] to add Tangle-specific suggestions to invalid jobs.

Some common ones:

  • Using TangleArg*<T> where T is not Deserialize
  • Using TangleArg*<T> where T is not Default
  • ...

Serial-ATA avatar Mar 18 '25 20:03 Serial-ATA