informalsystems / partnership-heliax

1 stars 0 forks source link

Delay slashing an active (non-jailed) validator holding redelegated tokens #69

Closed angbrav closed 1 year ago

angbrav commented 1 year ago

In Namada, we cannot deduct tokens from the non-jailed validator’s stake so early, as there would primarily be no way to communicate this in time to CometBFT. The earliest we could deduct stake from a non-jailed validator would be curEpoch + 2 , where curEpoch is the epoch at the time of endOfEpoch.

See https://github.com/anoma/namada/issues/1829

angbrav commented 1 year ago

Closed by #73