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
Suppose that the watchtower tries to poll a new order from getTradeableOrder() and this call reverts.
If the call reverts and the revert error isn't recognized, then the watchtower stops indexing further CoW Protocol orders from the same conditional order.
This may be undesirable for certain revert conditions, main example being reverts because of overflow/underflow/division by zero.
Details
This applies to the legacy polling method.
Acceptance criteria
A possible solution would be implementing a back-off mechanism for a list of known revert conditions.
The text was updated successfully, but these errors were encountered:
Background
Suppose that the watchtower tries to poll a new order from
getTradeableOrder()
and this call reverts.If the call reverts and the revert error isn't recognized, then the watchtower stops indexing further CoW Protocol orders from the same conditional order.
This may be undesirable for certain revert conditions, main example being reverts because of overflow/underflow/division by zero.
Details
This applies to the legacy polling method.
Acceptance criteria
A possible solution would be implementing a back-off mechanism for a list of known revert conditions.
The text was updated successfully, but these errors were encountered: