teonite / casper-node

Reference client for CASPER protocol
https://casper.network
Apache License 2.0
0 stars 0 forks source link

Undelegation from inactive nodes #7

Open przemyslaw opened 9 months ago

przemyslaw commented 9 months ago

Goal

Implement a mechanism which would automatically undelegate all delegators from validators who have been inactive for a set number of eras. This is meant to encourage good stewardship of node operators.

Requirements

Solution

Questions

Should we add some validation to prevent delegating funds to inactive validators?