Hi!
I saw that Polkadot is using the offences-pallet
in its runtime (https://github.com/paritytech/polkadot/blob/master/runtime/polkadot/Cargo.toml). I have a couple of questions regarding this pallet:
- Is this pallet part of the slashing mechanism used by Polkadot?
- Are there any security risks if you were to remove the slashing policy on the Polkadot network? (if yes then what are the security issues?)
- Can I build my own chain on Substrate with GRANDPA and BABE without using the
offences-pallet
?
I am not sure if this is the right place to ask but I was unable to find these answers elsewhere. Hope to have some insight on this.
Thanks in advance!