Issue summary
- In case of an equivocation, substrate reports it (https://github.com/paritytech/substrate/blob/c24431eb6a95197550b30715a4c124be1aea79de/client/consensus/babe/src/lib.rs#L1228)
- 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
Other information and links
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