Proto/Adaptive Inflation: change denunciation rewards
Current denunciation rewards are 1/2
of the slashed amount.
We want to reduce it to 1/(staking_over_baking_limit + 1)
to make sure self-slashing is not profitable.
Probably, it's even better to reduce it to 1/(staking_over_baking_limit + 2)
so that it's really not profitable and it gives 1/2
when staking_over_baking_limit = 0
.
Where: Delegate_slashed_deposits_storage
, punish_double_signing
, Tez_repr.div2_sub