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
Initialize a new task in the BLS Aggregation service
404
-
- Errors:
405
-
Permanent:
406
-
- TaskAlreadyInitializedError (Permanent): Task is already intialized in the BLS Aggregation service (https://github.com/Layr-Labs/eigensdk-go/blob/dev/services/bls_aggregation/blsagg.go#L27).
Initialize a new task in the BLS Aggregation service
418
+
- Errors:
419
+
Permanent:
420
+
- TaskAlreadyInitializedError (Permanent): Task is already intialized in the BLS Aggregation service (https://github.com/Layr-Labs/eigensdk-go/blob/dev/services/bls_aggregation/blsagg.go#L27).
- SignatureVerificationError: Verification of the sigature within the BLS Aggregation Service failed. (https://github.com/Layr-Labs/eigensdk-go/blob/dev/services/bls_aggregation/blsagg.go#L42).
// Checks Internal mapping for Signed Task Response, returns its TaskIndex.
144
134
/*
145
-
- All errors are considered Transient Errors
146
-
- Retry times (3 retries): 1 sec, 2 sec, 4 sec
135
+
- Errors:
136
+
Permanent:
137
+
- SignatureVerificationError: Verification of the sigature within the BLS Aggregation Service failed. (https://github.com/Layr-Labs/eigensdk-go/blob/dev/services/bls_aggregation/blsagg.go#L42).
0 commit comments