Offences management
Merge request reports
Activity
Filter activity
assigned to @bgallois
added 1 commit
- 9c9fef7a - feat(pallet_authority_members) add offences execution
changed milestone to %runtime-500
added RN-runtime label
- Add a fork of the Substrate
offences
pallet that is modified to perform the triage of offences from theim_online
,babe
andgrandpa
. Note for future updates that Duniter is not up-to-date with the Substrate offences refactoring, where deprecatedHandleEquivocation
were renamed toEquivocationReportSystem
. - Provides a basic way to process offences:
- On offences from
im-online
pallet, the offenders disconnection are required. - On other offences, the offenders disconnection are required, and offenders are added to a blacklist. Only an authorized origin can remove an offender from this blacklist.
- On offences from
- The offence's triage is realized in the
offences
pallet, and the offence execution is done in theauthority-member
pallet.
Waiting for !155 (merged) to be merged to add the missing benchmark to the
authority-members
pallets.- Add a fork of the Substrate
added 8 commits
-
71bdf3b3...406d5f88 - 5 commits from branch
nodes/rust:master
- d9645adc - feat(pallet_offences) add pallet offences
- 7770c0a6 - feat(pallet_authority_members) add offences execution
- 40be05af - feat(pallet_grandpa) add offences handler
Toggle commit list-
71bdf3b3...406d5f88 - 5 commits from branch
Please register or sign in to reply