You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -153,7 +154,7 @@ function createRewardsForAllSubmission(
153
154
154
155
This method is identical in function to [`createAVSRewardsSubmission`](#createavsrewardssubmission) above, except:
155
156
* It can only be called by a whitelisted "rewards for all submitter"
156
-
* ALL Stakers/Operators are eligible for rewards, instead of those specifically registered for a given AVS
157
+
* ALL Stakers are eligible for rewards, instead of those specifically registered for a given AVS
157
158
158
159
*Effects*:
159
160
* See [`createAVSRewardsSubmission`](#createavsrewardssubmission) above. The only differences are that:
@@ -163,6 +164,30 @@ This method is identical in function to [`createAVSRewardsSubmission`](#createav
163
164
*Requirements*:
164
165
* See [`createAVSRewardsSubmission`](#createavsrewardssubmission) above. The only difference is that each calculated rewards submission hash MUST NOT already exist in the `isRewardsSubmissionForAllHash` mapping.
This method is identical in function to [`createAVSRewardsSubmission`](#createavsrewardssubmission) above, except:
180
+
* It can only be called by a whitelisted "rewards for all submitter"
181
+
* Only operators who have opted into at least one AVS and the operator's delegated stakers are eligible for rewards
182
+
183
+
*Effects*:
184
+
* See [`createAVSRewardsSubmission`](#createavsrewardssubmission) above. The only differences are that:
185
+
* Each rewards submission hash is stored in the `isRewardsSubmissionForAllEarnersHash` mapping
186
+
* Emits a `RewardsSubmissionForAllEarnersCreated` event
187
+
188
+
*Requirements*:
189
+
* See [`createAVSRewardsSubmission`](#createavsrewardssubmission) above. The only difference is that each calculated rewards submission hash MUST NOT already exist in the `isRewardsSubmissionForAllEarnersHash` mapping.
0 commit comments