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
by reporting, I mean, it submits an unsigned extrinsic containing equivocation proof and key ownership proof.
On submitting this, an offence gets reported. (look for report_offence). I wonder if this method of reporting offence is peer scoring equivalent of substrate. More investigation is needed here.
Interesting functions to look for in substrate are submit_report_equivocation_unsigned_extrinsic, submit_unsigned_equivocation_report, report_equivocation_unsigned, do_report_equivocation
At the moment we don't report equivocation. The task list here is
We report the equivocation the way substrate does.
Investigate what should we do on finding these reports and offence
Issue summary
report_offence). I wonder if this method of reporting offence is peer scoring equivalent of substrate. More investigation is needed here.submit_report_equivocation_unsigned_extrinsic,submit_unsigned_equivocation_report,report_equivocation_unsigned,do_report_equivocationAt the moment we don't report equivocation. The task list here is
Other information and links