You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've run into the problem that the ExtrinsicSigner created in the worker does not seem to be cloneable. I haven't looked further into this yet. Therefore, I see the following TODOs for this issue:
Steps:
Try to reproduce by creating an unit test and clone the ExtrinsicSigner
Fix if possible & reproducible -> not possible because the Unlookup struct from substrate does not implement clone.
Workaround: Implementing a new ExtrinsicSigner that has a hardcoded Address type: see #511
But before investing too much time, this issue may be obsolete after finishing #406.
The text was updated successfully, but these errors were encountered:
I've run into the problem that the ExtrinsicSigner created in the worker does not seem to be cloneable. I haven't looked further into this yet. Therefore, I see the following TODOs for this issue:
Steps:
ExtrinsicSigner
Workaround: Implementing a new ExtrinsicSigner that has a hardcoded Address type: see #511
But before investing too much time, this issue may be obsolete after finishing #406.
The text was updated successfully, but these errors were encountered: