ssv-network
ssv-network copied to clipboard
Multi-whitelisted operators
The new feature allows operators to whitelist multiple EOAs/generic contracts and one external whitelisting contract.
EOAs/generic contracts
- Managed by the internal SSV whitelisting module
- An address can be whitelisted by many operators efficiently using bitmaps
- Backward compatible with the current contracts data
Whitelisting contracts
- One per operator
- Must implement the interface
ISSVWhitelistingContractand comply with ERC165
@mtabasco did you check the failing tests here?