-
Notifications
You must be signed in to change notification settings - Fork 465
Open
delta-hq/eigenlayer-contracts
#1Labels
✨ EnhancementNew feature or request.New feature or request.
Description
Description
- The mapping for registered operatorSets for an AVS must be accessible in order to find that if
operatoris registered for a particularavs. - The mapping is declared in
AllocationManagerStorage.sol.
/// @dev Lists the operator set ids an AVS has created
mapping(address avs => EnumerableSet.UintSet) internal _operatorSets;Action Items
- Add a function returning all the
operatorSets(OperatorSet[] memory)for anavsinAllocationManager.sol - Change the interface
IALlocationManager.solaccordingly
Metadata
Metadata
Assignees
Labels
✨ EnhancementNew feature or request.New feature or request.