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.
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