ssvlabs/ssv-network

Missing validation of operators

Closed this issue · 0 comments

Currently there is no validation that an operator exist when adding/updating an validator.
Only the number of items is validated in:
https://github.com/bloxapp/ssv-network/blob/dae9e0e6a4eab71e37ef627beb0148d6f01c5d01/contracts/SSVRegistry.sol#L42

This could potentially overload the network with "dirty" validators.