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
// This methods are automatically registered by the RPC server
43
43
44
44
// Takes a response from an operator and process it. After processing the response, the associated task may reach quorum, triggering a BLS service response.
45
-
// If the task related to the response is not known to the aggregator (not stored in internal map), it will try to fetch it from the logs.
45
+
// If the task related to the response is not known to the aggregator (not stored in internal map), it will try to fetch it from the contract's Events.
0 commit comments