ssvlabs / ssv-network

SSV Network's smart contracts
https://ssv.network/
GNU General Public License v3.0
46 stars 27 forks source link

Remove registerAuth implementation #257

Closed mtabasco closed 1 year ago

mtabasco commented 1 year ago

The restriction to register operators/validators to whitelisted addresses is removed. Important: The RegisterAuth library was removed from the contracts, but if it is linked again without changing the storage pointer, all previous authorized addresses (RegisterAuth.authorization mapping) will be active again.

andrew-blox commented 1 year ago

@lior-blox Please check this implementation is as you wish, i maybe dont understand 100% whats here would like a good double check here.