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
we need to filter out not only those that have already expired (done), but also those that started before the misbehaviour we're now processing.
This is not possible right now because we don't have access to the misbehaviour's height and time. These would need to be sent along with the validators to jail and tombstone.
Not doing this would introduce differences, in some cases, between on-chain slashing and the slashing accounting on the contracts.
The text was updated successfully, but these errors were encountered:
When slashing associated pending undelegations from a validator
mesh-security/contracts/provider/external-staking/src/state.rs
Lines 95 to 108 in 0b5173e
we need to filter out not only those that have already expired (done), but also those that started before the misbehaviour we're now processing.
This is not possible right now because we don't have access to the misbehaviour's height and time. These would need to be sent along with the validators to jail and tombstone.
Not doing this would introduce differences, in some cases, between on-chain slashing and the slashing accounting on the contracts.
The text was updated successfully, but these errors were encountered: