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 was archived by the owner on Nov 15, 2023. It is now read-only.
In order to eliminate bad validators very quickly while giving honest validators also a chance to mess up a few time, I propose to use a non linear slashing calculation.
So instead of a fixed 10k penalty, we could use: slash_amount = a x (cruelty ^ n) + c
with:
a = 1000
cruelty = 3
c = -1000
cruelty can be adjusted for harder/softer penalties.