We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@mfw78 did some nice error handlings in #15
Now the polling happen in the SDK. See:
We might want to move some of the legacy logic to the SDK.
Here is a pointer in the code. The legacy is executed if the Factory can't create an order. This happens if the handler is unknown: https://github.com/cowprotocol/tenderly-watch-tower/pull/16/files#diff-8e2dc90f4a6ebdf01f8603707f37f7794972fdf1827102bfce89497804f72837R157
We will need to decide if we want to index unknown handlers. If so, we can have in the SDK also some generic logic for the polling.
The text was updated successfully, but these errors were encountered:
Related #64 (comment)
Sorry, something went wrong.
No branches or pull requests
@mfw78 did some nice error handlings in #15
Now the polling happen in the SDK. See:
We might want to move some of the legacy logic to the SDK.
Here is a pointer in the code. The legacy is executed if the Factory can't create an order. This happens if the handler is unknown:
https://github.com/cowprotocol/tenderly-watch-tower/pull/16/files#diff-8e2dc90f4a6ebdf01f8603707f37f7794972fdf1827102bfce89497804f72837R157
We will need to decide if we want to index unknown handlers. If so, we can have in the SDK also some generic logic for the polling.
The text was updated successfully, but these errors were encountered: