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
{{ message }}
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
* Fix the slashing in Staking
These are a few glitches that makes the slashing take no effect:
- T::FullIdentificationOf uses the () impl, resulting in the failure of
converting the validator to offender.
- `MinimumPenalty` and `OffenceServerity` are not intialized.
* Change const MIGRATION_SESSION_OFFSET to type parameter
* Add root call for setting minimum_penalty and offence_severity
* .
* Slash the offender based on its reward
* Add set_sessions_per_era()
* Fix typo
* Fix offence_severity genesis initialization
helin6
pushed a commit
to boolnetwork/substrate
that referenced
this issue
Jul 25, 2023
See paritytech/polkadot#236
Possibly related #227
The text was updated successfully, but these errors were encountered: