Slash to treasury
Slashed currency should not be destroyed but go to the treasury.
Currently slashing (other than fees and failing existential deposit) happens only when the distance rule fails (I think?). In the future it may also happen for unclaimed anonymous transactions.
Solutions:
- Dedicated handler for each crate's imbalances
- Generic way to handle any imbalance automatically (does it exist somewhere in Substrate?)
- Events