nimiq / core-rs-albatross

Rust implementation of the Albatross protocol
https://nimiq.com
Other
161 stars 63 forks source link

Inactivating delaying slot owners #9

Closed jgraef closed 4 years ago

jgraef commented 4 years ago

From our discussion:

Instead of slashing (with fine) misbehaving validators, we can deactivate all stakes of that slot owner. The deactivation of the stakes will be done after a grace period of 2 epochs. The slot owner than either has to:

The restaking transaction can be done using a warm address that is linked to that stake. Thus the validator only needs to keep a private key of the warm wallet which only needs funds for transaction fees.

paberr commented 4 years ago

This only affects view changes.

paberr commented 4 years ago

Moreover, one question: Do these validators still get parts of the reward?

paberr commented 4 years ago

Moreover, one question: Do these validators still get parts of the reward?

See #21: They won't get the reward for the particular slot.