ssv-network icon indicating copy to clipboard operation
ssv-network copied to clipboard

Multi-whitelisted operators

Open mtabasco opened this issue 1 year ago • 1 comments

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 ISSVWhitelistingContract and comply with ERC165

mtabasco avatar Apr 30 '24 00:04 mtabasco

@mtabasco did you check the failing tests here?

andrew-blox avatar May 15 '24 13:05 andrew-blox