Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReqEjectorUptime ¶
type ReqEjectorUptime struct {
ValidatorIndexList []uint64 `json:"validatorIndexList"` //hex string list
}
type Task ¶
type Task struct { ValidatorsPerSuperNodeLimit uint64 ValidatorsLimitByGas uint64 // gas = 162917*n+268921 // contains filtered or unexported fields }
only support stafi super node account now !!! 0. find next key index and cache validator status on start 1. update validator status(on execution/ssv/beacon) periodically 2. check stakepool balance periodically, call stake/deposit if match 3. register validator on ssv, if status is staked on stafi contract 4. remove validator on ssv, if status is exited on beacon
Click to show internal directories.
Click to hide internal directories.